X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Frtti.cc;h=39941f8f74e296b92f84092360dad3b7dd1bcef2;hb=96e14d746b102f223acf6b6f4cdb8b0f0a11cd24;hp=0c48f7fe90a18ad5cd6d07efa0d17f9f5c616be7;hpb=b4d2043223a86826764bc531e684a864c97605fe;p=lilypond.git diff --git a/flower/rtti.cc b/flower/rtti.cc index 0c48f7fe90..39941f8f74 100644 --- a/flower/rtti.cc +++ b/flower/rtti.cc @@ -1,9 +1,10 @@ #include +using namespace std; #include "virtual-methods.hh" char const * -demangle_classname (std::type_info const &t) +demangle_classname (type_info const &t) { char const *s = t.name (); while (isdigit (*s))