summaryrefslogtreecommitdiffstats
path: root/src/grammar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.hpp')
-rw-r--r--src/grammar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.hpp b/src/grammar.hpp
index cc982b6..6e766c7 100644
--- a/src/grammar.hpp
+++ b/src/grammar.hpp
@@ -43,6 +43,7 @@ struct grammar_t {
std::string header_block;
std::string source_block;
+ std::vector<std::string> ns;
std::vector<std::pair<std::string, std::string>> extra_args;