Change include of thread.hpp
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Mar 2014 11:46:07 +0000 (12:46 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Mar 2014 11:46:07 +0000 (12:46 +0100)
Seems like we're hit by this bug
https://svn.boost.org/trac/boost/ticket/7979
on Debian jessie

src/test_ses_map.cpp

index 7fb06ef..0c098f1 100644 (file)
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include <map>
 
-#include <boost/thread.hpp>
+#include <boost/thread/thread.hpp>
 #include <boost/shared_ptr.hpp>
 #define BOOST_AUTO_TEST_MAIN
 #define BOOST_TEST_DYN_LINK