From b311bfb752c925aab15d9e2148e179577e62afd8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 17 Sep 2018 09:54:29 +0200 Subject: bug #1596: fix inclusion of Eigen's header within unsupported modules. --- unsupported/Eigen/MPRealSupport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/MPRealSupport') diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport index b770abc4a..6392bea91 100644 --- a/unsupported/Eigen/MPRealSupport +++ b/unsupported/Eigen/MPRealSupport @@ -12,7 +12,7 @@ #ifndef EIGEN_MPREALSUPPORT_MODULE_H #define EIGEN_MPREALSUPPORT_MODULE_H -#include +#include "../../Eigen/Core" #include namespace Eigen { -- cgit v1.2.3