summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-04-22 13:41:56 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-04-22 13:41:56 -0400
commit076fda966eed00d0e1e8a23b4dda6cbaf99ad480 (patch)
treea40664377c0ce00fa9ca1fe84d82b3bc8c004c6a
parent6771428616bc4190fc1297388c0bb659dfd5d4c5 (diff)
add include
-rw-r--r--utils/sparse_vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/sparse_vector.h b/utils/sparse_vector.h
index dbeacbe8..7161a5a9 100644
--- a/utils/sparse_vector.h
+++ b/utils/sparse_vector.h
@@ -682,6 +682,8 @@ SparseVector<T> operator/(const SparseVector<T>& a, const T& b) {
return result *= b;
}
+#include "fdict.h"
+
template <class O, typename T>
inline void print(O &o,const SparseVector<T>& v, const char* kvsep="=",const char* pairsep=" ",const char* pre="",const char* post="") {
o << pre;