Skip to content

Commit

Permalink
Apply review change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 30, 2024
1 parent fb926bd commit ebfacfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/eigenpy/std-map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
#ifndef __eigenpy_utils_map_hpp__
#define __eigenpy_utils_map_hpp__

#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include "eigenpy/pickle-vector.hpp"

#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include <boost/python/to_python_converter.hpp>
Expand Down

0 comments on commit ebfacfd

Please sign in to comment.