From e1a51554c956ccde6a59952a8b9a557df904cf71 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 14 Dec 2014 13:43:41 +0800 Subject: Compiles again --- macros.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macros.cpp') 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; -- cgit v1.2.3