diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
index 104517ff..3653cd59 100644
--- a/build/Jamfile.v2
+++ b/build/Jamfile.v2
@@ -7,7 +7,6 @@
project boost/test
: source-location ../src
: requirements shared:BOOST_TEST_DYN_LINK=1
- ../../../
msvc:on
borland:-w-8080
# Disable Warning about boost::noncopyable not being exported
@@ -108,4 +107,4 @@ alias included : : : :
boost-install boost_prg_exec_monitor
boost_test_exec_monitor
boost_unit_test_framework ;
-
+
\ No newline at end of file
diff --git a/example/unit_test_example_10.cpp b/example/unit_test_example_10.cpp
index b07aa267..bbc07e53 100644
--- a/example/unit_test_example_10.cpp
+++ b/example/unit_test_example_10.cpp
@@ -19,7 +19,7 @@ using boost::math::fpc::percent_tolerance;
// STL
#include
#include
-#include
+#include
#include
#include
diff --git a/include/boost/test/impl/exception_safety.ipp b/include/boost/test/impl/exception_safety.ipp
index 2dc06dcf..43944417 100644
--- a/include/boost/test/impl/exception_safety.ipp
+++ b/include/boost/test/impl/exception_safety.ipp
@@ -43,8 +43,7 @@
#include
#include
#include