summaryrefslogtreecommitdiff
path: root/macros.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'macros.cpp')
-rw-r--r--macros.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros.cpp b/macros.cpp
index f81bf566..4356a399 100644
--- a/macros.cpp
+++ b/macros.cpp
@@ -1,12 +1,11 @@
/*
*/
+#include "common.hpp"
#include "macros.hpp"
#include "parse/parseerror.hpp"
#include "parse/tokentree.hpp"
#include "parse/common.hpp"
-#define FOREACH(basetype, it, src) for(basetype::const_iterator it = src.begin(); it != src.end(); ++ it)
-
typedef ::std::map< ::std::string, MacroRules> t_macro_regs;
t_macro_regs g_macro_registrations;