We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59ed99 commit 61d0307Copy full SHA for 61d0307
1 file changed
test/extract.cpp
@@ -4,6 +4,7 @@
4
// "as is" without express or implied warranty, and with no claim as
5
// to its suitability for any purpose.
6
7
+#include "test_class.hpp"
8
#include <boost/python/extract.hpp>
9
#include <boost/python/list.hpp>
10
#include <boost/python/module.hpp>
@@ -12,7 +13,6 @@
12
13
#include <boost/python/return_value_policy.hpp>
14
#include <boost/python/implicit.hpp>
15
#include <string>
-#include "test_class.hpp"
16
#include <boost/lexical_cast.hpp>
17
#include <cassert>
18
0 commit comments