From 9694b76bf2727dde33b088acedc00fb0f2e1b34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Mon, 25 Sep 2006 10:49:42 +0000 Subject: [PATCH] Merged python header inclusion fix from trunk. [SVN r35320] --- 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 {