From 24f95297fc3e91a76db932d01246efbc3edc2618 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Thu, 31 Oct 2013 12:46:41 +0000 Subject: [PATCH] compiles with clang --- phrase-extract/extract-ghkm/Subgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phrase-extract/extract-ghkm/Subgraph.cpp b/phrase-extract/extract-ghkm/Subgraph.cpp index 6c4af8acb..0c941218d 100644 --- a/phrase-extract/extract-ghkm/Subgraph.cpp +++ b/phrase-extract/extract-ghkm/Subgraph.cpp @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ***********************************************************************/ +#include #include "Subgraph.h" - #include "Node.h" namespace Moses