]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / symbol.h
index 3c8c855747c706f6fd96df2cfe905dffa51c5c30..a3fc915fe6c9fcb5d26b9c8030921f97d3d56a53 100644 (file)
@@ -115,7 +115,7 @@ private:
 // global constants
 
 extern const symbol some_symbol;
-extern const type_info & typeid_symbol;
+extern const std::type_info & typeid_symbol;
 
 // utility functions
 inline const symbol &ex_to_symbol(const ex &e)