aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-10-14 16:39:41 +0100
committerGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-10-14 16:39:41 +0100
commit15380f9a87239fcde943e1481909bcca9420727f (patch)
tree6b7372648fd45e1d5419b4937c2bcb41cff8664c /Eigen/Core
parent524fa4c46f8c5c1bc01f7754188e6883f669a543 (diff)
Applyiing Benoit's comment to return the missing line back in Eigen/Core
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core2
1 files changed, 2 insertions, 0 deletions
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