forked from Mirrorlandia_minetest/minetest
Fix missing include on AIX
This commit is contained in:
parent
765a834cd0
commit
6ba9d6545d
@ -32,7 +32,10 @@ DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#if USE_CPP11_THREADS
|
#if USE_CPP11_THREADS
|
||||||
#include <thread>
|
#include <thread> // for std::thread
|
||||||
|
#endif
|
||||||
|
#ifdef _AIX
|
||||||
|
#include <sys/thread.h> // for tid_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user