mirror of
https://github.com/boostorg/python.git
synced 2026-02-03 09:22:17 +00:00
pyconfig.h must be included before any system header (as per Python docs; essential for Python 2.3 under Tru64 Unix)
[SVN r17799]
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
// to its suitability for any purpose.
|
||||
|
||||
|
||||
#include "simple_type.hpp"
|
||||
#include "complicated.hpp"
|
||||
#include <boost/python/def.hpp>
|
||||
#include <boost/python/module.hpp>
|
||||
#include <boost/python/class.hpp>
|
||||
@@ -17,6 +15,8 @@
|
||||
#include <boost/python/errors.hpp>
|
||||
#include <boost/python/manage_new_object.hpp>
|
||||
#include <string.h>
|
||||
#include "simple_type.hpp"
|
||||
#include "complicated.hpp"
|
||||
|
||||
// Declare some straightforward extension types
|
||||
extern "C" void
|
||||
|
||||
Reference in New Issue
Block a user