Skip to content

Commit

Permalink
Fix cholmod include for OS/X
Browse files Browse the repository at this point in the history
Change-Id: Iaf9aafb656ccd8dd3d339034218097b94140c8bf
  • Loading branch information
Chris Sweeney committed Mar 31, 2016
1 parent ed8a8b0 commit 1921230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theia/math/matrix/sparse_cholesky_llt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

#include "theia/math/matrix/sparse_cholesky_llt.h"

#include <suitesparse/cholmod.h>
#include <cholmod.h>
#include <Eigen/Core>
#include <Eigen/SparseCore>
#include <glog/logging.h>
Expand Down
2 changes: 1 addition & 1 deletion src/theia/math/matrix/sparse_cholesky_llt.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#ifndef THEIA_MATH_MATRIX_SPARSE_CHOLESKY_LLT_H_
#define THEIA_MATH_MATRIX_SPARSE_CHOLESKY_LLT_H_

#include <suitesparse/cholmod.h>
#include <cholmod.h>
#include <Eigen/SparseCore>

// UF_long is deprecated but SuiteSparse_long is only available in
Expand Down

0 comments on commit 1921230

Please sign in to comment.