From b6707c8e61404f0cf3865c586cd6337c3ca19c34 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 1 Jan 2004 01:51:49 +0000 Subject: [PATCH] Merged from trunk: workaround for Visual C++ 6 internal compiler error [SVN r21441] --- test/args.cpp | 2 +- test/auto_ptr.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/args.cpp b/test/args.cpp index c494b9d7..3d658fe0 100644 --- a/test/args.cpp +++ b/test/args.cpp @@ -4,6 +4,7 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. #include +#include "test_class.hpp" #include #include #include @@ -11,7 +12,6 @@ #include #include #include -#include "test_class.hpp" using namespace boost::python; diff --git a/test/auto_ptr.cpp b/test/auto_ptr.cpp index 22e2df73..d3e9c5f7 100644 --- a/test/auto_ptr.cpp +++ b/test/auto_ptr.cpp @@ -5,6 +5,7 @@ // to its suitability for any purpose. #include +#include "test_class.hpp" #include #include #include @@ -12,7 +13,6 @@ #include -#include "test_class.hpp" #include using namespace boost::python;