summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-01 20:25:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-01 20:25:31 +0000
commitf72ecaf54aab88852608fcbc1a25abb019fef91b (patch)
treec7b576dc0891e7a25e3466a15761db57436c6753
parentd7cc7e7d9c3746bc8aa9b287b54a4e7aab98d38b (diff)
use #include <typeinfo> before using typeid
git-svn-id: svn://localhost/ardour2/branches/3.0@11576 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/pbd/pbd/demangle.h1
1 files changed, 1 insertions, 0 deletions
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 <string>
#include <cstdlib>
+#include <typeinfo>
#ifdef __GNUC__
#include <cxxabi.h>