]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key-undumper.hh
* lily/grob-property.cc: add scm debugging hooks into
[lilypond.git] / lily / include / object-key-undumper.hh
index e74976a898e54873eed9d85ce82b9e65098c0b8f..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
 {