diff --git a/test/optional_test.cpp b/test/optional_test.cpp index 2b97c45..a4f90c6 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -16,6 +16,10 @@ #include #include +#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP +# include +#endif + #define BOOST_ENABLE_ASSERT_HANDLER #include "boost/optional.hpp"