aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/SuperLUSupport
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/SuperLUSupport')
-rw-r--r--unsupported/Eigen/SuperLUSupport4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/SuperLUSupport b/unsupported/Eigen/SuperLUSupport
index 1a6ada619..89cb649b2 100644
--- a/unsupported/Eigen/SuperLUSupport
+++ b/unsupported/Eigen/SuperLUSupport
@@ -3,7 +3,7 @@
#include "SparseExtra"
-#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
+#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
typedef int int_t;
#include <slu_Cnames.h>
@@ -30,6 +30,6 @@ struct SuperLU {};
} // namespace Eigen
-#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"
+#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SUPERLUSUPPORT_MODULE_H