aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_pred.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_pred.h')
-rw-r--r--include/gensvm_pred.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gensvm_pred.h b/include/gensvm_pred.h
index 97af01f..56e16e8 100644
--- a/include/gensvm_pred.h
+++ b/include/gensvm_pred.h
@@ -12,9 +12,9 @@
#ifndef GENSVM_PRED_H
#define GENSVM_PRED_H
-// forward declarations
-struct GenData;
-struct GenModel;
+// includes
+#include "gensvm_kernel.h"
+#include "gensvm_simplex.h"
// function declarations
void gensvm_predict_labels(struct GenData *testdata,