mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00: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:
committed by
Jelle Raaijmakers
parent
d7ff409032
commit
0c09a099a5
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibGC/Ptr.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
Reference in New Issue
Block a user