LibCore: Include full definition for LocalSocket

clang 19 (git) complains that LocalSocket is an incomplete type
and errors out. Including the full definition fixes the build.
This commit is contained in:
doctortheemh 2024-07-01 17:34:52 -07:00 committed by Daniel Bertalan
parent 09f76098b0
commit 5f06594bbd
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00

View file

@ -13,6 +13,7 @@
#include <AK/Forward.h>
#include <AK/Span.h>
#include <LibCore/File.h>
#include <LibCore/Socket.h>
namespace Core {