AutoDiff depends on Core, so include appropriate header.

(cherry picked from commit e1165dbf9a16527ab085bec2749b02096fa1b584)
This commit is contained in:
Antonio Sánchez 2022-07-09 23:57:09 +00:00 committed by Antonio Sanchez
parent f55a112cb1
commit ea57f9b78f

View File

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