mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
LibWeb: Add missing #include to InputEventsTarget.h
While investigating an issue with Unicode::Segmenter (the result of which is passed to functions in this file), this missing include was causing clangd to be unable to find non-virtual implementations.
This commit is contained in:
parent
d7ff409032
commit
0c09a099a5
Notes:
github-actions[bot]
2025-01-16 22:23:56 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0c09a099a57 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3278 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibGC/Ptr.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace Web {
|
||||
|
|
Loading…
Reference in a new issue