mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibDNS: Add missing Core::Socket include to resolver
Without this, we get incomplete type errors
This commit is contained in:
parent
1809ab2743
commit
eb4c565e57
Notes:
github-actions[bot]
2025-02-20 22:05:59 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/eb4c565e571 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3642 Reviewed-by: https://github.com/alimpfard ✅
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <AK/TemporaryChange.h>
|
||||
#include <LibCore/DateTime.h>
|
||||
#include <LibCore/Promise.h>
|
||||
#include <LibCore/SocketAddress.h>
|
||||
#include <LibCore/Socket.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibDNS/Message.h>
|
||||
#include <LibThreading/MutexProtected.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue