From f71509ca4365c03113324c6252feb43ca268da91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Mon, 25 Sep 2006 10:40:35 +0000 Subject: [PATCH] Python header must be included first. [SVN r35319] --- test/python_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python_test.cpp b/test/python_test.cpp index a9612ae..ca60ad6 100755 --- a/test/python_test.cpp +++ b/test/python_test.cpp @@ -2,10 +2,10 @@ // subject to 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 #include -#include #include namespace test {