diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-01 21:27:08 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-01 21:27:08 +0100 |
commit | 5554f3594d00e267af447a24149f655ceff64d17 (patch) | |
tree | 7a06022fcd5799a12a55e95d2e45414260cc45cf /src/core/parser/Scope.hpp | |
parent | 082165d21269123f2658edc74aa1960669e306c8 (diff) |
working version of the ParserStack class plus unit tests
Diffstat (limited to 'src/core/parser/Scope.hpp')
-rw-r--r-- | src/core/parser/Scope.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/parser/Scope.hpp b/src/core/parser/Scope.hpp index 0c37fbd..9c5504f 100644 --- a/src/core/parser/Scope.hpp +++ b/src/core/parser/Scope.hpp @@ -19,6 +19,8 @@ #ifndef _OUSIA_PARSER_SCOPE_H_ #define _OUSIA_PARSER_SCOPE_H_ +#include <deque> + #include <core/Node.hpp> /** |