[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 7157b73cf0
commit f3d8e5f370
2 changed files with 2 additions and 0 deletions

View file

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

View file

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