aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_globals.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-12-07 16:39:55 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-12-07 16:39:55 +0100
commit918d463103215207b9d9975bb6c0ea75754da6f9 (patch)
treee3e466a3a281e223700d1ce2b06c3e5e0f99e935 /include/gensvm_globals.h
parentthrow warning when using sparse matrices with kernels (diff)
downloadgensvm-918d463103215207b9d9975bb6c0ea75754da6f9.tar.gz
gensvm-918d463103215207b9d9975bb6c0ea75754da6f9.zip
moved check for class labels to seperate module
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 ########################### //