AutoDiff depends on Core, so include appropriate header.

This commit is contained in:
Antonio Sánchez 2022-07-09 23:57:09 +00:00
parent bb51d9f4fa
commit e1165dbf9a

View File

@ -10,6 +10,8 @@
#ifndef EIGEN_AUTODIFF_MODULE_H #ifndef EIGEN_AUTODIFF_MODULE_H
#define EIGEN_AUTODIFF_MODULE_H #define EIGEN_AUTODIFF_MODULE_H
#include "../../Eigen/Core"
namespace Eigen { namespace Eigen {
/** /**