]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key-undumper.hh
* flower/include/std-string.hh: String/std::string compatibility:
[lilypond.git] / lily / include / object-key-undumper.hh
index 02d98aab1a95ba57b3b3c709bf5bcace3950f4a6..42a9175ff7316a965dfdb435690a7ec04081d15f 100644 (file)
@@ -3,16 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef OBJECT_KEY_UNDUMPER_HH
 #define OBJECT_KEY_UNDUMPER_HH
 
 #include <map>
+using namespace std;
+
 #include "object-key.hh"
 
-typedef std::map<int, Object_key const *> Int_to_key_map;
+typedef map<int, Object_key const *> Int_to_key_map;
 
 struct Object_key_undumper
 {