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>
|
||||
|
Loading…
Reference in New Issue
Block a user