Skip to content

Commit 61d0307

Browse files
committed
Moving an #include works around a VC6 ICE
[SVN r14723]
1 parent f59ed99 commit 61d0307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extract.cpp

Lines changed: 1 addition & 1 deletion
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 "test_class.hpp"
78
#include <boost/python/extract.hpp>
89
#include <boost/python/list.hpp>
910
#include <boost/python/module.hpp>
@@ -12,7 +13,6 @@
1213
#include <boost/python/return_value_policy.hpp>
1314
#include <boost/python/implicit.hpp>
1415
#include <string>
15-
#include "test_class.hpp"
1616
#include <boost/lexical_cast.hpp>
1717
#include <cassert>
1818

0 commit comments

Comments
 (0)