Add missing dependency in SparseSholesky header

(transplanted from f3af423c70af094aa6c6a550525bcd6addb421a5
)
This commit is contained in:
Gael Guennebaud 2013-06-11 21:13:30 +02:00
parent 97c08b43b4
commit 21826e9e53

View File

@ -2,6 +2,7 @@
#define EIGEN_SPARSECHOLESKY_MODULE_H
#include "SparseCore"
#include "OrderingMethods"
#include "src/Core/util/DisableStupidWarnings.h"