mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix missing include on AIX
This commit is contained in:
		@@ -32,7 +32,10 @@ DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
#include <string>
 | 
			
		||||
#if USE_CPP11_THREADS
 | 
			
		||||
	#include <thread>
 | 
			
		||||
	#include <thread> // for std::thread
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef _AIX
 | 
			
		||||
	#include <sys/thread.h> // for tid_t
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user