diff --git a/test/std_interop_test.cpp b/test/std_interop_test.cpp index 6b9c77d..4527137 100644 --- a/test/std_interop_test.cpp +++ b/test/std_interop_test.cpp @@ -8,6 +8,9 @@ // See library home page at http://www.boost.org/libs/system +// Avoid spurious VC++ warnings +# define _CRT_SECURE_NO_WARNINGS + #include #if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)