diff options
Diffstat (limited to 'Userland/Libraries/LibCore/Event.h')
-rw-r--r-- | Userland/Libraries/LibCore/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCore/Event.h b/Userland/Libraries/LibCore/Event.h index fab8095cd9..44bd136067 100644 --- a/Userland/Libraries/LibCore/Event.h +++ b/Userland/Libraries/LibCore/Event.h @@ -7,8 +7,8 @@ #pragma once +#include <AK/DeprecatedString.h> #include <AK/Function.h> -#include <AK/String.h> #include <AK/Types.h> #include <AK/WeakPtr.h> #include <LibCore/DeferredInvocationContext.h> |