summaryrefslogtreecommitdiff
path: root/fast/sparse_vector.hh
diff options
context:
space:
mode:
Diffstat (limited to 'fast/sparse_vector.hh')
-rw-r--r--fast/sparse_vector.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/fast/sparse_vector.hh b/fast/sparse_vector.hh
index 8fdc1b9..dd7f3cf 100644
--- a/fast/sparse_vector.hh
+++ b/fast/sparse_vector.hh
@@ -4,7 +4,8 @@
#include <vector>
#include <sstream>
-#include "hypergraph.hh" // FIXME
+typedef double score_t; // FIXME
+typedef double weight_t;
using namespace std;