mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
Python 2.3 Tru64 cxx compatibility & a little cleanup
[SVN r18652]
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
// "as is" without express or implied warranty, and with no claim as
|
||||
// to its suitability for any purpose.
|
||||
|
||||
#include "test_class.hpp"
|
||||
#include <boost/python/extract.hpp>
|
||||
#include <boost/python/list.hpp>
|
||||
#include <boost/python/module.hpp>
|
||||
@@ -16,6 +15,7 @@
|
||||
#include <string>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <cassert>
|
||||
#include "test_class.hpp"
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user