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/Polynomials | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unsupported/Eigen/Polynomials') diff --git a/unsupported/Eigen/Polynomials b/unsupported/Eigen/Polynomials index 334b03142..146e5c404 100644 --- a/unsupported/Eigen/Polynomials +++ b/unsupported/Eigen/Polynomials @@ -9,11 +9,11 @@ #ifndef EIGEN_POLYNOMIALS_MODULE_H #define EIGEN_POLYNOMIALS_MODULE_H -#include +#include "../../Eigen/Core" -#include +#include "../../Eigen/Eigenvalues" -#include +#include "../../Eigen/src/Core/util/DisableStupidWarnings.h" // Note that EIGEN_HIDE_HEAVY_CODE has to be defined per module #if (defined EIGEN_EXTERN_INSTANTIATIONS) && (EIGEN_EXTERN_INSTANTIATIONS>=2) @@ -132,7 +132,7 @@ Output: \verbinclude PolynomialSolver1.out */ -#include +#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_POLYNOMIALS_MODULE_H /* vim: set filetype=cpp et sw=2 ts=2 ai: */ -- cgit v1.2.3