Browse Source

[network] fix android build of jthread

Signed-off-by: lizzie <lizzie@eden-emu.dev>
lizzie 4 months ago
committed by crueter
parent
commit
cce329d55d
  1. 1
      src/network/room.cpp
  2. 1
      src/network/room_member.cpp

1
src/network/room.cpp

@ -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"

1
src/network/room_member.cpp

@ -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"

Loading…
Cancel
Save