From 28ef4a9e3808356d2c85e4b6ae25540108c0cccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Thu, 2 Mar 2006 17:12:18 +0000 Subject: [PATCH] Reorder includes to make sure that python headers are included first, this makes the test pass on hp_cxx_71_006_tru64. [SVN r33202] --- test/virtual_functions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/virtual_functions.cpp b/test/virtual_functions.cpp index 4d2405a3..68b58383 100644 --- a/test/virtual_functions.cpp +++ b/test/virtual_functions.cpp @@ -2,7 +2,6 @@ // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include #include #include @@ -12,6 +11,8 @@ #include #include +#include + using namespace boost::python; struct X