projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbcf08a
)
Change include of thread.hpp
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 14 Mar 2014 11:46:07 +0000
(12:46 +0100)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/src/test_ses_map.cpp
b/src/test_ses_map.cpp
index
7fb06ef
..
0c098f1
100644
(file)
--- 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 <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