From: Myun2 Date: Tue, 20 Jul 2010 00:32:47 +0000 (+0900) Subject: generator_base.hpp, parser_base.hpp: Includes Add. X-Git-Tag: 20111130_shapeup_prev~339 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=57143432b800d273d95784667e6e38b0e95101c8;p=roast%2Froast.git generator_base.hpp, parser_base.hpp: Includes Add. --- diff --git a/roast/include/roast/lexical/generator_base.hpp b/roast/include/roast/lexical/generator_base.hpp index a0a9a701..70f2c2d6 100644 --- a/roast/include/roast/lexical/generator_base.hpp +++ b/roast/include/roast/lexical/generator_base.hpp @@ -4,6 +4,9 @@ #ifndef __SFJP_ROAST__lexical__generator_base_HPP__ #define __SFJP_ROAST__lexical__generator_base_HPP__ +#include "roast/lexical/base.hpp" +#include "roast/lexical/declaration_base.hpp" + namespace roast { namespace lexical diff --git a/roast/include/roast/lexical/parser_base.hpp b/roast/include/roast/lexical/parser_base.hpp index 3e1785c7..df7cc626 100644 --- a/roast/include/roast/lexical/parser_base.hpp +++ b/roast/include/roast/lexical/parser_base.hpp @@ -4,6 +4,9 @@ #ifndef __SFJP_ROAST__lexical__parser_base_HPP__ #define __SFJP_ROAST__lexical__parser_base_HPP__ +#include "roast/lexical/base.hpp" +#include "roast/lexical/declaration_base.hpp" + namespace roast { namespace lexical