summaryrefslogtreecommitdiff
path: root/src/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/module.h b/src/module.h
index b5c58af..fca88e3 100644
--- a/src/module.h
+++ b/src/module.h
@@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include <list>
+#include <stack>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <time.h>
@@ -77,6 +78,8 @@ public:
AssignmentList definition_arguments;
LocalScope scope;
+private:
+ static std::stack<std::string> stack;
};
// FIXME: A FileModule doesn't have definition arguments, so we shouldn't really
contact: Jan Huwald // Impressum