aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CholmodSupport
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/CholmodSupport')
-rw-r--r--unsupported/Eigen/CholmodSupport6
1 files changed, 4 insertions, 2 deletions
diff --git a/unsupported/Eigen/CholmodSupport b/unsupported/Eigen/CholmodSupport
index 10fa169f2..7b7cb2171 100644
--- a/unsupported/Eigen/CholmodSupport
+++ b/unsupported/Eigen/CholmodSupport
@@ -3,7 +3,7 @@
#include "SparseExtra"
-#include "src/Core/util/DisableMSVCWarnings.h"
+#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
extern "C" {
#include <cholmod.h>
@@ -20,11 +20,13 @@ namespace Eigen {
* \endcode
*/
+struct Cholmod {};
+
#include "src/SparseExtra/CholmodSupport.h"
} // namespace Eigen
-#include "src/Core/util/EnableMSVCWarnings.h"
+#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_CHOLMODSUPPORT_MODULE_H