From: khizmax Date: Mon, 13 Oct 2014 18:17:58 +0000 (+0400) Subject: boost 1.56 compat - add boost/version.hpp header X-Git-Tag: v2.0.0~200 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e5c6c93332f24b4d3f9e0bd8e1cab1ebb1027ff;p=libcds.git boost 1.56 compat - add boost/version.hpp header --- diff --git a/tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp b/tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp index 46b354f6..88950db0 100644 --- a/tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp +++ b/tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp @@ -3,6 +3,7 @@ #include "set/hdr_intrusive_striped_set.h" #include #include +#include namespace set { namespace bi = boost::intrusive; diff --git a/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp b/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp index 2e796b2f..4643165f 100644 --- a/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp +++ b/tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp @@ -3,6 +3,7 @@ #include "set/hdr_intrusive_striped_set.h" #include #include +#include namespace set { namespace bi = boost::intrusive;