diff --git a/lexical_cast_test.cpp b/lexical_cast_test.cpp index 1e7f7ed..9573832 100644 --- a/lexical_cast_test.cpp +++ b/lexical_cast_test.cpp @@ -19,8 +19,9 @@ #endif #include + +#include #include -#include #if defined(BOOST_NO_STRINGSTREAM) || \ defined(BOOST_NO_STD_WSTRING) || \ diff --git a/test/Jamfile b/test/Jamfile index 73bc860..7842cb3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -27,7 +27,7 @@ DEPENDS all : test ; : [ run implicit_cast.cpp ] [ compile-fail implicit_cast_fail.cpp ] [ run ../cast_test.cpp ] - [ run ../lexical_cast_test.cpp ] + [ run ../lexical_cast_test.cpp ../../test/build/boost_unit_test_framework ] ; }