فهرست منبع

- fix for boost 1.49

Ivan Savenko 13 سال پیش
والد
کامیت
1415f8dbf5
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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");
 	}
-};
+};