aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseLU
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/SparseLU')
-rw-r--r--Eigen/SparseLU3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/SparseLU b/Eigen/SparseLU
index 38b38b531..8527a49bd 100644
--- a/Eigen/SparseLU
+++ b/Eigen/SparseLU
@@ -20,6 +20,9 @@
* Please, see the documentation of the SparseLU class for more details.
*/
+#include "src/misc/Solve.h"
+#include "src/misc/SparseSolve.h"
+
// Ordering interface
#include "OrderingMethods"