Fix compiling on OS X

master
Mark Samman 11 years ago
parent 95abf2a1d2
commit 261642190b

@ -26,7 +26,7 @@
#include <boost/thread/future.hpp>
// hack to enable std::thread on mingw32 4.6
#if !defined(_GLIBCXX_HAS_GTHREADS) && defined(__GNUG__)
#if !defined(_GLIBCXX_HAS_GTHREADS) && defined(__GNUG__) && !defined(__clang__)
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>

Loading…
Cancel
Save