diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 00f70536..c1f548f3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,7 +45,9 @@ path-constant BOOST_UNORDERED_TEST_DIR : . ; run quick.cpp ; -compile debuggability/visualization_tests.cpp ; +compile debuggability/visualization_tests.cpp + : cygwin:_XOPEN_SOURCE=600 + ; compile unordered/self_include_tests_obj.cpp : BOOST_UNORDERED_HEADER="boost/unordered_map.hpp"