From 111f10638ddbaed41217e12798ca0128fd5b8d40 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 20 Sep 2020 16:35:57 -0600 Subject: [PATCH] gcc 6.x requires for typeid, it seems --- libs/pbd/pbd/enum_convert.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/pbd/pbd/enum_convert.h b/libs/pbd/pbd/enum_convert.h index 7e03c3477e..da9a6176ca 100644 --- a/libs/pbd/pbd/enum_convert.h +++ b/libs/pbd/pbd/enum_convert.h @@ -20,6 +20,8 @@ #ifndef PBD_ENUM_CONVERT_H #define PBD_ENUM_CONVERT_H +#include + #include "pbd/enumwriter.h" #include "pbd/string_convert.h"