Fix Travis build

This commit is contained in:
Patman64
2015-05-01 21:28:58 -04:00
parent 3490d21bcd
commit 196a432e7d

View File

@@ -28,6 +28,8 @@
#ifdef USING_BOOST
#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#else
#include <ace/Recursive_Thread_Mutex.h>
#endif
#ifdef TRINITY