Fixed Eigen include issue

release/4.3a0
Frank 2015-05-12 12:42:18 -07:00
parent 32ecaf7e89
commit e43591e4d5
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
#ifndef CERES_INTERNAL_EIGEN_H_ #ifndef CERES_INTERNAL_EIGEN_H_
#define CERES_INTERNAL_EIGEN_H_ #define CERES_INTERNAL_EIGEN_H_
#include <gtsam/3rdparty/gtsam_eigen_includes.h> #include <Eigen/Core>
namespace ceres { namespace ceres {

View File

@ -33,7 +33,7 @@
#define CERES_PUBLIC_INTERNAL_FIXED_ARRAY_H_ #define CERES_PUBLIC_INTERNAL_FIXED_ARRAY_H_
#include <cstddef> #include <cstddef>
#include <gtsam/3rdparty/gtsam_eigen_includes.h> #include <Eigen/Core>
#include <gtsam/3rdparty/ceres/macros.h> #include <gtsam/3rdparty/ceres/macros.h>
#include <gtsam/3rdparty/ceres/manual_constructor.h> #include <gtsam/3rdparty/ceres/manual_constructor.h>

View File

@ -162,7 +162,7 @@
#include <limits> #include <limits>
#include <string> #include <string>
#include <gtsam/3rdparty/gtsam_eigen_includes.h> #include <Eigen/Core>
#include <gtsam/3rdparty/ceres/fpclassify.h> #include <gtsam/3rdparty/ceres/fpclassify.h>
namespace ceres { namespace ceres {