From a1643573be89101cad735fcd036ba66fd1b7c39b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 18 Oct 2024 15:38:54 +0200 Subject: [PATCH] Fix optimized builds (missing stacktrace include) --- gtk2_ardour/editor_ops.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index ae0c15928c..ecbd9ccdf4 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -44,6 +44,7 @@ #include "pbd/basename.h" #include "pbd/pthread_utils.h" #include "pbd/memento_command.h" +#include "pbd/stacktrace.h" #include "pbd/unwind.h" #include "pbd/whitespace.h" #include "pbd/stateful_diff_command.h"