summaryrefslogtreecommitdiff
path: root/dtrain/pairsampling.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtrain/pairsampling.h')
-rw-r--r--dtrain/pairsampling.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dtrain/pairsampling.h b/dtrain/pairsampling.h
index 9546a945..4a6d93d1 100644
--- a/dtrain/pairsampling.h
+++ b/dtrain/pairsampling.h
@@ -2,6 +2,10 @@
#define _DTRAIN_PAIRSAMPLING_H_
#include "kbestget.h"
+#include "score.h"
+#include <vector>
+#include <string>
+using namespace std;
#include "sampler.h" // cdec, MT19937
namespace dtrain