diff --git a/src/theia/math/matrix/sparse_cholesky_llt.cc b/src/theia/math/matrix/sparse_cholesky_llt.cc index 67e124366..f2671a29e 100644 --- a/src/theia/math/matrix/sparse_cholesky_llt.cc +++ b/src/theia/math/matrix/sparse_cholesky_llt.cc @@ -68,7 +68,7 @@ #include "theia/math/matrix/sparse_cholesky_llt.h" -#include +#include #include #include #include diff --git a/src/theia/math/matrix/sparse_cholesky_llt.h b/src/theia/math/matrix/sparse_cholesky_llt.h index 85690fedc..c33c435db 100644 --- a/src/theia/math/matrix/sparse_cholesky_llt.h +++ b/src/theia/math/matrix/sparse_cholesky_llt.h @@ -35,7 +35,7 @@ #ifndef THEIA_MATH_MATRIX_SPARSE_CHOLESKY_LLT_H_ #define THEIA_MATH_MATRIX_SPARSE_CHOLESKY_LLT_H_ -#include +#include #include // UF_long is deprecated but SuiteSparse_long is only available in