mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Python 2.3 Tru64 cxx compatibility & a little cleanup
[SVN r18652]
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
// embedded_hello -- A simple Boost.Python embedding example -- by
|
||||
// Dirk Gerrits
|
||||
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <boost/python.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace python = boost::python;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user