mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- fix for boost 1.49
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| #pragma once | ||||
|  | ||||
| #include <boost/interprocess/sync/scoped_lock.hpp> | ||||
| #include <boost/interprocess/sync/interprocess_mutex.hpp> | ||||
| #include <boost/interprocess/sync/interprocess_condition.hpp> | ||||
| #include <boost/interprocess/mapped_region.hpp> | ||||
| @@ -54,4 +55,4 @@ struct SharedMem | ||||
| 		delete mr; | ||||
| 		boost::interprocess::shared_memory_object::remove("vcmi_memory"); | ||||
| 	} | ||||
| }; | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user