Applyiing Benoit's comment to return the missing line back in Eigen/Core

This commit is contained in:
Mehdi Goli 2016-10-14 16:39:41 +01:00
parent 524fa4c46f
commit 15380f9a87

View File

@ -11,6 +11,8 @@
#ifndef EIGEN_CORE_H #ifndef EIGEN_CORE_H
#define 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 /// This will no longer be needed after the next release of the computecppCE
#ifdef EIGEN_USE_SYCL #ifdef EIGEN_USE_SYCL