From 1c4fcbee6f5ac21249d730817f5089337301fb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Tue, 7 Jun 2005 07:11:16 +0000 Subject: [PATCH] moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x [SVN r29458] --- test/array.cpp | 2 +- test/const_ranges.cpp | 2 +- test/iterator_range.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/array.cpp b/test/array.cpp index 4c1ad5f..d2f00b0 100755 --- a/test/array.cpp +++ b/test/array.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include using namespace boost; @@ -63,7 +64,6 @@ void check_array() } -#include using boost::unit_test::test_suite; test_suite* init_unit_test_suite( int argc, char* argv[] ) diff --git a/test/const_ranges.cpp b/test/const_ranges.cpp index 3e91b67..6360317 100755 --- a/test/const_ranges.cpp +++ b/test/const_ranges.cpp @@ -18,6 +18,7 @@ #include #include +#include #include using namespace boost; @@ -48,7 +49,6 @@ void check_const_ranges() -#include using boost::unit_test::test_suite; test_suite* init_unit_test_suite( int argc, char* argv[] ) diff --git a/test/iterator_range.cpp b/test/iterator_range.cpp index ab40d7c..fbf168c 100755 --- a/test/iterator_range.cpp +++ b/test/iterator_range.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include @@ -93,7 +94,6 @@ void check_iterator_range() } -#include using boost::unit_test::test_suite; test_suite* init_unit_test_suite( int argc, char* argv[] )