diff --git a/libs/ardour/automation_event.cc b/libs/ardour/automation_event.cc index 6769cc25ec..af6fffdeb9 100644 --- a/libs/ardour/automation_event.cc +++ b/libs/ardour/automation_event.cc @@ -26,6 +26,7 @@ #include #include #include +#include #include "i18n.h" @@ -631,6 +632,7 @@ void AutomationList::thaw () { if (_frozen == 0) { + PBD::stacktrace (cerr); fatal << string_compose (_("programming error: %1"), X_("AutomationList::thaw() called while not frozen")) << endmsg; /*NOTREACHED*/ }