28 #ifndef _GG_LexerFwd_h_
29 #define _GG_LexerFwd_h_
31 #include <GG/adobe/name.hpp>
33 #include <boost/spirit/home/support/iterators/line_pos_iterator.hpp>
34 #include <boost/spirit/include/lex_lexertl.hpp>
35 #include <boost/spirit/home/lex/lexer/lexertl/position_token.hpp>
42 typedef boost::spirit::line_pos_iterator<std::string::const_iterator> text_iterator;
44 typedef boost::spirit::lex::lexertl::position_token<
54 typedef boost::spirit::lex::lexertl::actor_lexer<token_type> spirit_lexer_base_type;