diff --git a/src/shogun/mathematics/lapack.cpp b/src/shogun/mathematics/lapack.cpp index 5dce80b5827..c976ed89c1d 100644 --- a/src/shogun/mathematics/lapack.cpp +++ b/src/shogun/mathematics/lapack.cpp @@ -32,6 +32,7 @@ using namespace shogun; #define DORGQR dorgqr #define DSYEVR dsyevr #define DPOTRS dpotrs +#define DGETRS dgetrs #else #define DSYEV dsyev_ #define DGESVD dgesvd_