From: Adam Dickmeiss Date: Fri, 14 Mar 2014 11:46:07 +0000 (+0100) Subject: Change include of thread.hpp X-Git-Tag: v1.4.5~1 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=1f9dc5dc6b1fcaf732cd397370e25834ad891274;hp=dbcf08a20fbdaf78c823c365b77b5876a07e8de7;p=metaproxy-moved-to-github.git Change include of thread.hpp Seems like we're hit by this bug https://svn.boost.org/trac/boost/ticket/7979 on Debian jessie --- 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