gcc 6.x requires <typeinfo> for typeid, it seems
This commit is contained in:
parent
ebd8704f9d
commit
111f10638d
@ -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…
Reference in New Issue
Block a user