We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec27b3 commit a59dc7aCopy full SHA for a59dc7a
core/include/core/pybindings.h
@@ -6,17 +6,17 @@
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>
15
+#include <container_conversions.h>
16
17
#pragma GCC diagnostic pop
18
-#include <boost/python/suite/indexing/container_utils.hpp>
19
-#include <container_conversions.h>
20
#include <std_map_indexing_suite.hpp>
21
22
#ifdef __clang__
0 commit comments