From 6c8b3b6b9b2f2bf584a44f12308e45e77219bcd6 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Fri, 22 Apr 2011 13:41:56 -0400 Subject: add include --- utils/sparse_vector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/sparse_vector.h') 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 operator/(const SparseVector& a, const T& b) { return result *= b; } +#include "fdict.h" + template inline void print(O &o,const SparseVector& v, const char* kvsep="=",const char* pairsep=" ",const char* pre="",const char* post="") { o << pre; -- cgit v1.2.3