We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb926bd commit ebfacfdCopy full SHA for ebfacfd
include/eigenpy/std-map.hpp
@@ -6,8 +6,9 @@
6
#ifndef __eigenpy_utils_map_hpp__
7
#define __eigenpy_utils_map_hpp__
8
9
-#include <boost/python/suite/indexing/map_indexing_suite.hpp>
10
#include "eigenpy/pickle-vector.hpp"
+
11
+#include <boost/python/suite/indexing/map_indexing_suite.hpp>
12
#include <boost/python/stl_iterator.hpp>
13
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
14
#include <boost/python/to_python_converter.hpp>
0 commit comments