OSDN Git Service

generator_base.hpp, parser_base.hpp: Includes Add.
authorMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 00:32:47 +0000 (09:32 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 20 Jul 2010 00:32:47 +0000 (09:32 +0900)
roast/include/roast/lexical/generator_base.hpp
roast/include/roast/lexical/parser_base.hpp

index a0a9a70..70f2c2d 100644 (file)
@@ -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
index 3e1785c..df7cc62 100644 (file)
@@ -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