aboutsummaryrefslogtreecommitdiff
path: root/src/libGenSVM.c
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:54:44 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:54:44 +0200
commitdf765b2a259822e892cfa3038c8cbbf678b26de5 (patch)
tree400ef522e376389c1d6769481a6ed51f7ef188e9 /src/libGenSVM.c
parentupdate doxyfile to 1.8.7 (diff)
downloadgensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.tar.gz
gensvm-df765b2a259822e892cfa3038c8cbbf678b26de5.zip
make dependence on globals.h explicit
Diffstat (limited to 'src/libGenSVM.c')
-rw-r--r--src/libGenSVM.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libGenSVM.c b/src/libGenSVM.c
index c9b0b3c..8c22f3e 100644
--- a/src/libGenSVM.c
+++ b/src/libGenSVM.c
@@ -15,6 +15,7 @@
#include <cblas.h>
#include <math.h>
+#include "globals.h"
#include "libGenSVM.h"
#include "gensvm.h"
#include "gensvm_matrix.h"