diff options
author | Pjotr Prins | 2017-11-22 11:48:46 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-11-22 11:48:46 +0000 |
commit | facf87d38e47287f80a0c8c091918b32e07600ad (patch) | |
tree | 6edfcebaf220e95d271e134c3509c0fd0c081360 /src | |
parent | bffa286fe97708586834838f72d9abfaeca1fe25 (diff) | |
download | pangemma-facf87d38e47287f80a0c8c091918b32e07600ad.tar.gz |
Explicit include of gsl_sys.h for GSLv1
Diffstat (limited to 'src')
-rw-r--r-- | src/mathfunc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |