From f72ecaf54aab88852608fcbc1a25abb019fef91b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Mar 2012 20:25:31 +0000 Subject: [PATCH] use #include before using typeid git-svn-id: svn://localhost/ardour2/branches/3.0@11576 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/demangle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/pbd/demangle.h b/libs/pbd/pbd/demangle.h index 45cd9090ec..aecd966f47 100644 --- a/libs/pbd/pbd/demangle.h +++ b/libs/pbd/pbd/demangle.h @@ -22,6 +22,7 @@ #include #include +#include #ifdef __GNUC__ #include