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