mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
gcc 6.x requires <typeinfo> for typeid, it seems
This commit is contained in:
parent
ebd8704f9d
commit
111f10638d
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef PBD_ENUM_CONVERT_H
|
||||
#define PBD_ENUM_CONVERT_H
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
#include "pbd/enumwriter.h"
|
||||
#include "pbd/string_convert.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue