diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
index 3653cd59..7dda95e5 100644
--- a/build/Jamfile.v2
+++ b/build/Jamfile.v2
@@ -7,6 +7,7 @@
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
@@ -104,7 +105,7 @@ alias included : : : :
msvc:on
;
-boost-install boost_prg_exec_monitor
- boost_test_exec_monitor
- boost_unit_test_framework ;
-
\ No newline at end of file
+#boost-install boost_prg_exec_monitor
+# boost_test_exec_monitor
+# boost_unit_test_framework ;
+
diff --git a/example/unit_test_example_10.cpp b/example/unit_test_example_10.cpp
index bbc07e53..b07aa267 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 43944417..2dc06dcf 100644
--- a/include/boost/test/impl/exception_safety.ipp
+++ b/include/boost/test/impl/exception_safety.ipp
@@ -43,7 +43,8 @@
#include
#include
#include