From 871f3a67797e09fde1856612d7744769cfb13d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Tue, 14 Jun 2005 13:46:20 +0000 Subject: [PATCH] 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] --- compressed_pair_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index 02878c9..7687f0a 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include using namespace boost;