summaryrefslogtreecommitdiff
path: root/libs/interprocess/test/named_construct_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/interprocess/test/named_construct_test.cpp')
-rw-r--r--libs/interprocess/test/named_construct_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/interprocess/test/named_construct_test.cpp b/libs/interprocess/test/named_construct_test.cpp
index acdd9b7bd..834a993f5 100644
--- a/libs/interprocess/test/named_construct_test.cpp
+++ b/libs/interprocess/test/named_construct_test.cpp
@@ -10,7 +10,8 @@
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/managed_shared_memory.hpp>
-#include <utility>
+// intrusive/detail
+#include <boost/intrusive/detail/minimal_pair_header.hpp>
typedef std::pair<double, int> simple_pair;