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 | 6c8b3b6b9b2f2bf584a44f12308e45e77219bcd6 (patch) | |
| tree | 8f369ec2049d7e42e51a039633c40e75eeaa27f1 | |
| parent | 59be57a539f32797db73b9b5c1804d31cc061d23 (diff) | |
add include
| -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;  | 
