diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-22 13:41:56 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-22 13:41:56 -0400 |
commit | 076fda966eed00d0e1e8a23b4dda6cbaf99ad480 (patch) | |
tree | a40664377c0ce00fa9ca1fe84d82b3bc8c004c6a /utils | |
parent | 6771428616bc4190fc1297388c0bb659dfd5d4c5 (diff) |
add include
Diffstat (limited to 'utils')
-rw-r--r-- | utils/sparse_vector.h | 2 |
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; |