We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59dc7a commit 5254495Copy full SHA for 5254495
core/include/core/pybindings.h
@@ -6,12 +6,12 @@
6
#include <G3Logging.h>
7
8
#include <boost/python.hpp>
9
-#include <boost/python/suite/indexing/container_utils.hpp>
10
#if defined(__GNUC__) && !defined(__clang__)
11
#pragma GCC diagnostic push
12
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
13
#endif
14
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
+#include <boost/python/suite/indexing/container_utils.hpp>
15
#include <container_conversions.h>
16
17
#pragma GCC diagnostic pop
0 commit comments