]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_lexer.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / input_lexer.h
index 4bb38f9e35dba0e6fd43032946b6ce439f3a405e..db3e622663f328ef6aa9230f105ae3c8fe9766a4 100644 (file)
@@ -50,7 +50,7 @@ namespace GiNaC {
 class ex;
 
 /** Set the input string to be parsed by ginac_yyparse() (used internally). */
-extern void set_lexer_string(const string &s);
+extern void set_lexer_string(const std::string &s);
 
 /** Set the list of predefined symbols for the lexer (used internally). */
 extern void set_lexer_symbols(ex l);