diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-19 14:44:27 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-19 14:44:27 -0400 |
commit | 1965a61937b35cac2cc8d93e5db1d43fb17369e1 (patch) | |
tree | a0824feac29f1467e34bf06901156bdba3b6615d | |
parent | 7453227890a0e5239891ad602b36eb84a24a12f7 (diff) |
fix includes
-rw-r--r-- | rst_parser/arc_ff.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rst_parser/arc_ff.cc b/rst_parser/arc_ff.cc index 673648d1..b2a87a7d 100644 --- a/rst_parser/arc_ff.cc +++ b/rst_parser/arc_ff.cc @@ -1,5 +1,8 @@ #include "arc_ff.h" +#include <iostream> +#include <sstream> + #include "tdict.h" #include "fdict.h" #include "sentence_metadata.h" |