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 | b67e81b99d28374800bdfee5691b9d6e4b41db5f (patch) | |
tree | 2f9982f02d50a2013973b800537780c85e301aad /rst_parser | |
parent | aa96fc48f43c08e1cafff57661a3b7d51e50264e (diff) |
fix includes
Diffstat (limited to 'rst_parser')
-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" |