2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 08:02:38 +00:00

Python include must appear before any system include

[SVN r34010]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-05-18 18:47:12 +00:00
parent 92862028b7
commit 59f81def56
4 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/assert.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
@@ -10,6 +9,7 @@
#include <boost/python/call_method.hpp>
#include <boost/ref.hpp>
#include <boost/utility.hpp>
#include <boost/assert.hpp>
using namespace boost::python;