2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

Always #include prefix.h first of all.

[SVN r19694]
This commit is contained in:
Dave Abrahams
2003-08-19 15:44:30 +00:00
parent cfb13fad22
commit 9959dcfa49

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/detail/prefix.hpp>
#include <boost/mpl/lambda.hpp> // #including this first is an intel6 workaround
#include <boost/python/object/class.hpp>