From 1965a61937b35cac2cc8d93e5db1d43fb17369e1 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 19 Apr 2012 14:44:27 -0400 Subject: fix includes --- rst_parser/arc_ff.cc | 3 +++ 1 file changed, 3 insertions(+) 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 +#include + #include "tdict.h" #include "fdict.h" #include "sentence_metadata.h" -- cgit v1.2.3