1
0
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:
Ivan Savenko 2012-04-02 11:14:38 +00:00
parent 7ccc78c757
commit 1415f8dbf5

View File

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