From 1e89871cdd0f2c5534e4b573f51ad792bfad6b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 17 Nov 2018 00:22:25 +0100 Subject: [PATCH] Enable test again, check BOOST_INTERPROCESS_MAPPED_FILES after workaround.hpp is included --- test/managed_mapped_file_test.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/managed_mapped_file_test.cpp b/test/managed_mapped_file_test.cpp index 1b83759..8185e56 100644 --- a/test/managed_mapped_file_test.cpp +++ b/test/managed_mapped_file_test.cpp @@ -8,9 +8,11 @@ // ////////////////////////////////////////////////////////////////////////////// +#include +#include + #if defined(BOOST_INTERPROCESS_MAPPED_FILES) -#include #include #include #include @@ -225,8 +227,6 @@ int main () return 0; } -#include - #else //#if defined(BOOST_INTERPROCESS_MAPPED_FILES) int main() @@ -235,3 +235,5 @@ int main() } #endif//#if defined(BOOST_INTERPROCESS_MAPPED_FILES) + +#include