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:
Timothy Flynn 2025-01-16 12:49:07 -05:00 committed by Jelle Raaijmakers
parent d7ff409032
commit 0c09a099a5
Notes: github-actions[bot] 2025-01-16 22:23:56 +00:00

View file

@ -6,6 +6,7 @@
#pragma once
#include <LibGC/Ptr.h>
#include <LibWeb/Forward.h>
namespace Web {