aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/LU')
-rw-r--r--Eigen/LU4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/LU b/Eigen/LU
index a6b486b00..0ce694565 100644
--- a/Eigen/LU
+++ b/Eigen/LU
@@ -3,6 +3,8 @@
#include "Core"
+#include "src/Core/util/DisableMSVCWarnings.h"
+
namespace Eigen {
/** \defgroup LU_Module LU module
@@ -22,4 +24,6 @@ namespace Eigen {
} // namespace Eigen
+#include "src/Core/util/EnableMSVCWarnings.h"
+
#endif // EIGEN_LU_MODULE_H