From 15380f9a87239fcde943e1481909bcca9420727f Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Fri, 14 Oct 2016 16:39:41 +0100 Subject: [PATCH] Applyiing Benoit's comment to return the missing line back in Eigen/Core --- Eigen/Core | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eigen/Core b/Eigen/Core index 53cb72c95..14313fb63 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -11,6 +11,8 @@ #ifndef EIGEN_CORE_H #define EIGEN_CORE_H +// first thing Eigen does: stop the compiler from committing suicide +#include "src/Core/util/DisableStupidWarnings.h" /// This will no longer be needed after the next release of the computecppCE #ifdef EIGEN_USE_SYCL