]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / add.h
index 4e63665db52c0f3af30bc3e0b1dceabf33da191c..e5c687b9e4ba30edd8bc31929f7cc01dbe8a1a8d 100644 (file)
@@ -108,7 +108,7 @@ protected:
 // global constants
 
 extern const add some_add;
-extern const type_info & typeid_add;
+extern const std::type_info & typeid_add;
 
 // utility functions
 inline const add &ex_to_add(const ex &e)