diff options
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; |