[network] fix android build of jthread

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-30 08:39:54 +00:00 committed by crueter
parent 569207761b
commit c6ba8e5c39
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
#include <shared_mutex> #include <shared_mutex>
#include <sstream> #include <sstream>
#include <thread> #include <thread>
#include "common/polyfill_thread.h"
#include "common/logging/log.h" #include "common/logging/log.h"
#include "enet/enet.h" #include "enet/enet.h"
#include "network/packet.h" #include "network/packet.h"

View file

@ -9,6 +9,7 @@
#include <set> #include <set>
#include <thread> #include <thread>
#include "common/assert.h" #include "common/assert.h"
#include "common/polyfill_thread.h"
#include "common/socket_types.h" #include "common/socket_types.h"
#include "enet/enet.h" #include "enet/enet.h"
#include "network/packet.h" #include "network/packet.h"