Skip to content

Commit 09ad2c3

Browse files
committed
Merge branch 'master' into arc_reader_subclass
2 parents 999924e + 5254495 commit 09ad2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/core/pybindings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#include <G3Logging.h>
77

88
#include <boost/python.hpp>
9-
#include <boost/python/suite/indexing/container_utils.hpp>
109
#if defined(__GNUC__) && !defined(__clang__)
1110
#pragma GCC diagnostic push
1211
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
1312
#endif
1413
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
14+
#include <boost/python/suite/indexing/container_utils.hpp>
1515
#include <container_conversions.h>
1616
#if defined(__GNUC__) && !defined(__clang__)
1717
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)