aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Luke Iwanski <luke@codeplay.com>2016-10-14 16:47:40 +0100
committerGravatar Luke Iwanski <luke@codeplay.com>2016-10-14 16:47:40 +0100
commit2e188dd4d4fd66e10e9ca9fc13e6104f166f74af (patch)
treeb5002b32b006e361e0cebcaea7061ae28f4a83b5 /Eigen
parente742da8b28cb9038410cf4850218938068d35e42 (diff)
parent15380f9a87239fcde943e1481909bcca9420727f (diff)
Merged ComputeCpp to default.
Diffstat (limited to 'Eigen')
-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