]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/rtti.cc
Fix `make install', and fix #812
[lilypond.git] / flower / rtti.cc
index e942dfbc1b29979a928d2c6793f20233974d4d1e..39941f8f74e296b92f84092360dad3b7dd1bcef2 100644 (file)
@@ -1,9 +1,9 @@
-#include <typeinfo>
-#include <ctype.h>
-#include "virtual-methods.hh"
+#include <cctype>
+using namespace std;
 
+#include "virtual-methods.hh"
 
-const char *
+char const *
 demangle_classname (type_info const &t)
 {
   char const *s = t.name ();