use boost cstdint.hpp, prevent "int32_t does not name a type" error on new gcc

This commit is contained in:
Don Bright 2015-10-28 21:05:26 -05:00
parent 53c255d4fd
commit f65cc7816c

View file

@ -4,6 +4,7 @@
#include <Eigen/Geometry>
#include <Eigen/Dense>
#include <Eigen/StdVector>
#include <boost/cstdint.hpp>
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Vector2d)
using Eigen::Vector2d;