]> www.ginac.de Git - ginac.git/blobdiff - ginac/idx.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / idx.h
index 3ab440e9710e4405e9dc32fc2cd6dca265d680a4..ea19e752eabb3f10072114d2e6ef7561fe5b90db 100644 (file)
@@ -94,7 +94,7 @@ protected:
 // global constants
 
 extern const idx some_idx;
-extern const type_info & typeid_idx;
+extern const std::type_info & typeid_idx;
 
 // utility functions
 inline const idx &ex_to_idx(const ex &e)