From 1e5c6c93332f24b4d3f9e0bd8e1cab1ebb1027ff Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 13 Oct 2014 22:17:58 +0400 Subject: [PATCH] boost 1.56 compat - add boost/version.hpp header --- tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp | 1 + tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp | 1 + 2 files changed, 2 insertions(+) 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; -- 2.34.1