summaryrefslogtreecommitdiff
path: root/rst_parser/global_ff.cc
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-19 14:45:27 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-19 14:45:27 -0400
commit4dfe96758c5190d2550434d3a0857853c4ef2612 (patch)
tree549ae85e00c4c56b0d412f927fe593de309ece88 /rst_parser/global_ff.cc
parent1965a61937b35cac2cc8d93e5db1d43fb17369e1 (diff)
fix includes
Diffstat (limited to 'rst_parser/global_ff.cc')
-rw-r--r--rst_parser/global_ff.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rst_parser/global_ff.cc b/rst_parser/global_ff.cc
index a7db977d..ae410875 100644
--- a/rst_parser/global_ff.cc
+++ b/rst_parser/global_ff.cc
@@ -1,6 +1,7 @@
#include "global_ff.h"
#include <iostream>
+#include <sstream>
#include "tdict.h"