diff options
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> /** |