From 2969c84f86ae28faac6be390daeaf51b41f2218a Mon Sep 17 00:00:00 2001 From: hromada Date: Fri, 27 Mar 2009 13:28:09 +0000 Subject: [PATCH] M dgp/grammar.hh M dgp/symbol.hh git-svn-id: svn://atos.wmid.amu.edu.pl/utt@65 e293616e-ec6a-49c2-aa92-f4a8b91c5d16 --- app/src/dgp/grammar.hh | 2 +- app/src/dgp/symbol.hh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/dgp/grammar.hh b/app/src/dgp/grammar.hh index afc78b1..27c19c4 100644 --- a/app/src/dgp/grammar.hh +++ b/app/src/dgp/grammar.hh @@ -16,7 +16,7 @@ class Link Role role; FlagSet hflags; FlagSet dflags; -} +}; class Grammar diff --git a/app/src/dgp/symbol.hh b/app/src/dgp/symbol.hh index 7bbe3a2..2a70bc2 100644 --- a/app/src/dgp/symbol.hh +++ b/app/src/dgp/symbol.hh @@ -4,6 +4,7 @@ #include //#include #include +#include #include #include #include