From 8106d354089d5699d37f1e3ed16709bc9a0334e5 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 18 Dec 2008 20:48:02 +0000 Subject: Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside of Eigen, and add a MSVC-friendly path in StaticAssert. --- Eigen/Geometry | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Eigen/Geometry') diff --git a/Eigen/Geometry b/Eigen/Geometry index 95a3e9bed..5a674a163 100644 --- a/Eigen/Geometry +++ b/Eigen/Geometry @@ -1,6 +1,10 @@ #ifndef EIGEN_GEOMETRY_MODULE_H #define EIGEN_GEOMETRY_MODULE_H +#include "Core" + +#include "src/Core/util/DisableMSVCWarnings.h" + #include "Array" #include @@ -39,4 +43,6 @@ namespace Eigen { } // namespace Eigen +#include "src/Core/util/EnableMSVCWarnings.h" + #endif // EIGEN_GEOMETRY_MODULE_H -- cgit v1.2.3