From 1f9dc5dc6b1fcaf732cd397370e25834ad891274 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 14 Mar 2014 12:46:07 +0100 Subject: [PATCH] Change include of thread.hpp Seems like we're hit by this bug https://svn.boost.org/trac/boost/ticket/7979 on Debian jessie --- src/test_ses_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_ses_map.cpp b/src/test_ses_map.cpp index 7fb06ef..0c098f1 100644 --- a/src/test_ses_map.cpp +++ b/src/test_ses_map.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include -#include +#include #include #define BOOST_AUTO_TEST_MAIN #define BOOST_TEST_DYN_LINK -- 1.7.10.4