diff --git a/test/system_error_test.cpp b/test/system_error_test.cpp index 41f4612..d3dbec6 100644 --- a/test/system_error_test.cpp +++ b/test/system_error_test.cpp @@ -22,7 +22,9 @@ #include #include -#include +#ifdef BOOST_WINDOWS_API +# include +#endif using boost::system::system_error; using boost::system::error_code;