2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Merged from trunk: workaround for Visual C++ 6 internal compiler error

[SVN r21441]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-01-01 01:51:49 +00:00
parent 3b25d2a78d
commit b6707c8e61
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <boost/python/module.hpp>
#include "test_class.hpp"
#include <boost/python/def.hpp>
#include <boost/python/args.hpp>
#include <boost/python/tuple.hpp>
@@ -11,7 +12,6 @@
#include <boost/python/overloads.hpp>
#include <boost/python/raw_function.hpp>
#include <boost/python/return_internal_reference.hpp>
#include "test_class.hpp"
using namespace boost::python;