Explorar o código

- fix for boost 1.49

Ivan Savenko %!s(int64=13) %!d(string=hai) anos
pai
achega
1415f8dbf5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lib/Interprocess.h

+ 2 - 1
lib/Interprocess.h

@@ -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");
 	}
-};
+};