From f3af423c70af094aa6c6a550525bcd6addb421a5 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 11 Jun 2013 21:13:30 +0200 Subject: Add missing dependency in SparseSholesky header --- Eigen/SparseCholesky | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Eigen/SparseCholesky') diff --git a/Eigen/SparseCholesky b/Eigen/SparseCholesky index 800f17bc4..9f5056aa1 100644 --- a/Eigen/SparseCholesky +++ b/Eigen/SparseCholesky @@ -1,7 +1,17 @@ +// This file is part of Eigen, a lightweight C++ template library +// for linear algebra. +// +// Copyright (C) 2008-2013 Gael Guennebaud +// +// This Source Code Form is subject to the terms of the Mozilla +// Public License v. 2.0. If a copy of the MPL was not distributed +// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef EIGEN_SPARSECHOLESKY_MODULE_H #define EIGEN_SPARSECHOLESKY_MODULE_H #include "SparseCore" +#include "OrderingMethods" #include "src/Core/util/DisableStupidWarnings.h" @@ -26,7 +36,6 @@ #include "src/misc/Solve.h" #include "src/misc/SparseSolve.h" - #include "src/SparseCholesky/SimplicialCholesky.h" #ifndef EIGEN_MPL2_ONLY -- cgit v1.2.3