]> www.ginac.de Git - ginac.git/blobdiff - ginac/simp_lor.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / simp_lor.h
index 4f5c49f555d84b458a1dcae2c383cb02d0de6ca0..1d68eee794719b747239d801674d1d7270da6808 100644 (file)
@@ -62,7 +62,7 @@ public:
        }
 };
 
-typedef map<spmapkey,ex,spmapkey_is_less> spmap;
+typedef std::map<spmapkey,ex,spmapkey_is_less> spmap;
 
 class simp_lor;
 
@@ -154,7 +154,7 @@ protected:
 // global constants
 
 extern const simp_lor some_simp_lor;
-extern const type_info & typeid_simp_lor;
+extern const std::type_info & typeid_simp_lor;
 
 // utility functions
 inline const simp_lor &ex_to_simp_lor(const ex &e)