mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
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:
parent
09f76098b0
commit
5f06594bbd
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/doctortheemh 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5f06594bbd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/349 Reviewed-by: https://github.com/BertalanD ✅
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <AK/Forward.h>
|
||||
#include <AK/Span.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/Socket.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
|
Loading…
Reference in a new issue