OSDN Git Service

web/css_parser.hpp: Update
authorMyun2 <myun2@nwhite.info>
Thu, 23 Sep 2010 17:30:28 +0000 (02:30 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 23 Sep 2010 17:30:28 +0000 (02:30 +0900)
roast/include/roast/web/css_parser.hpp

index c74f44e..445e7a2 100644 (file)
@@ -13,8 +13,9 @@ namespace roast
        {
                namespace lexical
                {
-                       using namespace roast::lexical;
-                       using namespace roast::lexical::rule;
+                       using namespace ::roast::lexical;
+                       using namespace ::roast::lexical::rule;
+                       using namespace ::roast::lexical::rule::chars;
 
                        typedef seq<
                                unichar<'/'>,