From 88abb34b4d8404d88c12858067fcbfe93b19e3c1 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 19 Dec 2012 17:49:04 +0000 Subject: [PATCH] Fix bug where failure test failed for the wrong reason on C++03 [SVN r82102] --- test/array_getfail1.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/array_getfail1.cpp b/test/array_getfail1.cpp index cdae8ed..c9540a5 100644 --- a/test/array_getfail1.cpp +++ b/test/array_getfail1.cpp @@ -5,6 +5,10 @@ * http://www.boost.org/LICENSE_1_0.txt) */ +#include +#include + + #include #include #include @@ -12,10 +16,6 @@ #include #endif -#include -#include - - #include namespace {