mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Use mutex.hpp instead of shared_mutex.hpp.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include "FunctionList.h"
|
#include "FunctionList.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <boost/thread/shared_mutex.hpp>
|
#include <boost/thread/mutex.hpp>
|
||||||
|
|
||||||
#ifdef max
|
#ifdef max
|
||||||
#undef max
|
#undef max
|
||||||
|
Reference in New Issue
Block a user