Try fix travis include error

This commit is contained in:
Rochet2
2015-11-05 19:36:16 +02:00
parent cf39a5adab
commit 9847733a6b

View File

@@ -30,6 +30,9 @@
#ifdef USING_BOOST
#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#else
#include <ace/RW_Thread_Mutex.h>
#include <ace/Guard_T.h>
#endif
#ifdef TRINITY