aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_globals.h')
-rw-r--r--include/gensvm_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_globals.h b/include/gensvm_globals.h
index 8ca3189..1151069 100644
--- a/include/gensvm_globals.h
+++ b/include/gensvm_globals.h
@@ -38,6 +38,7 @@
#include "gensvm_memory.h"
+// all system libraries are included here
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
@@ -46,6 +47,7 @@
#include <math.h>
#include <time.h>
#include <cblas.h>
+#include <limits.h>
// ########################### Type definitions ########################### //