From 90c5524e7bc626fc8946b1003227687685e1848f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 16 Feb 2023 11:11:34 -0700 Subject: [PATCH] libbd: add required include --- libs/pbd/xml++.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/xml++.cc b/libs/pbd/xml++.cc index c42c1d39a2..797f09e78b 100644 --- a/libs/pbd/xml++.cc +++ b/libs/pbd/xml++.cc @@ -5,6 +5,7 @@ * Modified for Ardour and released under the same terms. */ +#include #include #include