diff --git a/include/Array2D.h b/include/Array2D.h index 9929346..0899e68 100644 --- a/include/Array2D.h +++ b/include/Array2D.h @@ -35,7 +35,7 @@ extern "C" { // Blas - for matrix multiplication } #include "fftw3.h" // For convolution and deconvolution #include "opencv2/opencv.hpp" // For imshow() -#include "SuiteSparseQR.hpp" // for in-paint +#include "suitesparse/SuiteSparseQR.hpp" // for in-paint namespace ncorr { @@ -4094,4 +4094,4 @@ Array2D eye(typename Array2D::difference_type n, T type = } -#endif /* ARRAY2D_H */ \ No newline at end of file +#endif /* ARRAY2D_H */