1
0
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:
Frank Zago
2009-06-10 14:01:27 +00:00
parent 1113de7a1c
commit 914da9d6d6

View File

@@ -7,7 +7,7 @@
#include "FunctionList.h"
#include <set>
#include <list>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/mutex.hpp>
#ifdef max
#undef max