From a5bca13095aa835d61f872081fc0cc2fa53552f3 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 2 Apr 2018 18:31:40 +0000 Subject: Bugfix: Include for std::unique_ptr --- src/test/allocator_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/allocator_tests.cpp') diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index c177f0bf00..24cd88c7a7 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -7,6 +7,8 @@ #include #include +#include + #include BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup) -- cgit v1.2.3