aboutsummaryrefslogtreecommitdiff
path: root/src/GenSVMgrid.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/GenSVMgrid.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/GenSVMgrid.c')
-rw-r--r--src/GenSVMgrid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c
index 3cf1346..89b85a7 100644
--- a/src/GenSVMgrid.c
+++ b/src/GenSVMgrid.c
@@ -21,6 +21,7 @@
#include <time.h>
+#include "globals.h"
#include "gensvm.h"
#include "gensvm_crossval.h"
#include "gensvm_io.h"