diff options
Diffstat (limited to 'Libraries/LibCore/Socket.h')
-rw-r--r-- | Libraries/LibCore/Socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibCore/Socket.h b/Libraries/LibCore/Socket.h index 1b372e5be9..6523674b8c 100644 --- a/Libraries/LibCore/Socket.h +++ b/Libraries/LibCore/Socket.h @@ -26,6 +26,7 @@ #pragma once +#include <AK/Function.h> #include <LibCore/IODevice.h> #include <LibCore/SocketAddress.h> |