From bec56522e34a46848a9479ff7ac832e50880ef3d Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 16 Dec 2015 22:02:34 +0100 Subject: [PATCH] Add stxxl/vector include to range_table test --- unit_tests/data_structures/range_table.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/data_structures/range_table.cpp b/unit_tests/data_structures/range_table.cpp index da4e5ac42..065840ba1 100644 --- a/unit_tests/data_structures/range_table.cpp +++ b/unit_tests/data_structures/range_table.cpp @@ -32,6 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include constexpr unsigned BLOCK_SIZE = 16; typedef RangeTable TestRangeTable;