mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Include container.h in util/thread.h. util/thread.h doesn't compile without it
This commit is contained in:
		@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#include "../threading/mutex_auto_lock.h"
 | 
			
		||||
#include "porting.h"
 | 
			
		||||
#include "log.h"
 | 
			
		||||
#include "container.h"
 | 
			
		||||
 | 
			
		||||
template<typename T>
 | 
			
		||||
class MutexedVariable {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user