aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2023-06-29 12:06:00 +0200
committerPjotr Prins2023-06-29 12:06:00 +0200
commit8cd4cdb23ecae8387c942ae5c203c5d61e137376 (patch)
treec7f98b11ac9857e68db833e9f12d49ee4b450a86 /src
parentdb47155465d1aa01191b792414fb1bc545481629 (diff)
downloadpangemma-8cd4cdb23ecae8387c942ae5c203c5d61e137376.tar.gz
Add limits
Diffstat (limited to 'src')
-rw-r--r--src/gemma_io.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gemma_io.cpp b/src/gemma_io.cpp
index bd687af..925b360 100644
--- a/src/gemma_io.cpp
+++ b/src/gemma_io.cpp
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string>
#include <vector>
+#include <limits>
#include "gsl/gsl_blas.h"
#include "gsl/gsl_cdf.h"