aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2017-11-22 11:48:46 +0000
committerPjotr Prins2017-11-22 11:48:46 +0000
commitfacf87d38e47287f80a0c8c091918b32e07600ad (patch)
tree6edfcebaf220e95d271e134c3509c0fd0c081360 /src
parentbffa286fe97708586834838f72d9abfaeca1fe25 (diff)
downloadpangemma-facf87d38e47287f80a0c8c091918b32e07600ad.tar.gz
Explicit include of gsl_sys.h for GSLv1
Diffstat (limited to 'src')
-rw-r--r--src/mathfunc.cpp1
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"