Skip to content

Commit 9959dcf

Browse files
committed
Always #include prefix.h first of all.
[SVN r19694]
1 parent cfb13fa commit 9959dcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/object/class.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// "as is" without express or implied warranty, and with no claim as
55
// to its suitability for any purpose.
66

7+
#include <boost/python/detail/prefix.hpp>
78
#include <boost/mpl/lambda.hpp> // #including this first is an intel6 workaround
89

910
#include <boost/python/object/class.hpp>

0 commit comments

Comments
 (0)