[network] fix android build of jthread
All checks were successful
eden-license / license-header (pull_request) Successful in 31s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-30 08:39:54 +00:00
parent 69903f2232
commit 758cb975ef
Signed by: Lizzie
GPG key ID: 00287378CADCAB13
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"