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
commit6c8b3b6b9b2f2bf584a44f12308e45e77219bcd6 (patch)
tree8f369ec2049d7e42e51a039633c40e75eeaa27f1
parent59be57a539f32797db73b9b5c1804d31cc061d23 (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;