From facf87d38e47287f80a0c8c091918b32e07600ad Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 22 Nov 2017 11:48:46 +0000 Subject: Explicit include of gsl_sys.h for GSLv1 --- src/mathfunc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mathfunc.cpp') diff --git a/src/mathfunc.cpp b/src/mathfunc.cpp index d3804dd..91c0271 100644 --- a/src/mathfunc.cpp +++ b/src/mathfunc.cpp @@ -40,6 +40,7 @@ #pragma message "GSL version " GSL_VERSION #endif +#include "gsl/gsl_sys.h" // for gsl_isnan, gsl_isinf, gsl_isfinite #include "gsl/gsl_blas.h" #include "gsl/gsl_cdf.h" #include "gsl/gsl_linalg.h" -- cgit v1.2.3