From 7a645a6d8af8710167a12709e93323d80bd70dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Tue, 6 Jun 2006 09:44:35 +0000 Subject: [PATCH] Merged header inclusion order fix from trunk to release branch. [SVN r34195] --- test/staticmethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/staticmethod.cpp b/test/staticmethod.cpp index 0501c7c5..76728af8 100644 --- a/test/staticmethod.cpp +++ b/test/staticmethod.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 @@ -10,6 +9,7 @@ #include #include #include +#include using namespace boost::python;