From bda088c2a8f53f209a23e03b1860d1d30464781a Mon Sep 17 00:00:00 2001 From: EZ4Stephen Date: Tue, 2 Dec 2025 21:17:01 +0400 Subject: [PATCH] Change an #ifdef COMPILER_MSVC More segregation of the inclusion of ardourext/misc.h. --- libs/pbd/pbd/abstract_ui.inc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/abstract_ui.inc.cc b/libs/pbd/pbd/abstract_ui.inc.cc index dbc0061060..33fa572a4b 100644 --- a/libs/pbd/pbd/abstract_ui.inc.cc +++ b/libs/pbd/pbd/abstract_ui.inc.cc @@ -31,7 +31,7 @@ #include "pbd/i18n.h" -#ifdef COMPILER_MSVC +#if defined(COMPILER_MSVC) && !defined(OTHER1) #include // Needed for 'DECLARE_DEFAULT_COMPARISONS'. Objects in an STL container can be // searched and sorted. Thus, when instantiating the container, MSVC complains // if the type of object being contained has no appropriate comparison operators