mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
use #include <typeinfo> before using typeid
git-svn-id: svn://localhost/ardour2/branches/3.0@11576 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d7cc7e7d9c
commit
f72ecaf54a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
#include <typeinfo>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <cxxabi.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue