From: fred Date: Tue, 26 Mar 2002 22:47:59 +0000 (+0000) Subject: lilypond-1.3.72 X-Git-Tag: release/1.5.59~1770 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3424d432d8b564ae0b7d966cb3805e38ed8d511f;p=lilypond.git lilypond-1.3.72 --- diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index f703f4b398..dd18a37f40 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -10,8 +10,7 @@ #ifndef VIRTUAL_METHODS_HH #define VIRTUAL_METHODS_HH - #include -#include "stdlib.h" // size_t +#include #define classname(class_ptr) demangle_classname(typeid(*(class_ptr)))