Skip to content

Commit ebfacfd

Browse files
committed
Apply review change
1 parent fb926bd commit ebfacfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/eigenpy/std-map.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#ifndef __eigenpy_utils_map_hpp__
77
#define __eigenpy_utils_map_hpp__
88

9-
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
109
#include "eigenpy/pickle-vector.hpp"
10+
11+
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
1112
#include <boost/python/stl_iterator.hpp>
1213
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
1314
#include <boost/python/to_python_converter.hpp>

0 commit comments

Comments
 (0)