From a78ee6a73af1a3535cc9a8ff4dc093c71b5173e7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 14 Aug 2003 14:40:41 +0000 Subject: [PATCH] Fixes for optional_test: Added missing #include Upgraded to the latest intel-win32-tools.jam in order to handle intel5 compatibility. [SVN r19595] --- test/optional_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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"