Don't use the self contained include files for boost.test as this test is linked

with the boost.test library. We end up with multiple defined symbols, otherwise.


[SVN r29559]
This commit is contained in:
Markus Schöpflin 2005-06-14 13:46:20 +00:00
parent aaca5ca871
commit 871f3a6779

View File

@ -14,7 +14,7 @@
#include <cassert>
#include <boost/compressed_pair.hpp>
#include <boost/test/included/test_exec_monitor.hpp>
#include <boost/test/test_tools.hpp>
using namespace boost;