diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 16:39:55 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 16:39:55 +0100 |
| commit | 918d463103215207b9d9975bb6c0ea75754da6f9 (patch) | |
| tree | e3e466a3a281e223700d1ce2b06c3e5e0f99e935 /include/gensvm_globals.h | |
| parent | throw warning when using sparse matrices with kernels (diff) | |
| download | gensvm-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.h | 2 |
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 ########################### // |
