mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
- fix for boost 1.49
This commit is contained in:
parent
7ccc78c757
commit
1415f8dbf5
@ -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");
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user