summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-19 14:44:27 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-19 14:44:27 -0400
commitb67e81b99d28374800bdfee5691b9d6e4b41db5f (patch)
tree2f9982f02d50a2013973b800537780c85e301aad
parentaa96fc48f43c08e1cafff57661a3b7d51e50264e (diff)
fix includes
-rw-r--r--rst_parser/arc_ff.cc3
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"