Skip to content

Commit a59dc7a

Browse files
committed
Another compiler warning for boost python object extraction
1 parent bec27b3 commit a59dc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/include/core/pybindings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
#include <G3Logging.h>
77

88
#include <boost/python.hpp>
9+
#include <boost/python/suite/indexing/container_utils.hpp>
910
#if defined(__GNUC__) && !defined(__clang__)
1011
#pragma GCC diagnostic push
1112
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
1213
#endif
1314
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
15+
#include <container_conversions.h>
1416
#if defined(__GNUC__) && !defined(__clang__)
1517
#pragma GCC diagnostic pop
1618
#endif
17-
#include <boost/python/suite/indexing/container_utils.hpp>
1819

19-
#include <container_conversions.h>
2020
#include <std_map_indexing_suite.hpp>
2121

2222
#ifdef __clang__

0 commit comments

Comments
 (0)