Change an #ifdef COMPILER_MSVC

More segregation of the inclusion of ardourext/misc.h.
This commit is contained in:
EZ4Stephen 2025-12-02 21:17:01 +04:00 committed by GitHub
parent 099f2f4c86
commit bda088c2a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@
#include "pbd/i18n.h"
#ifdef COMPILER_MSVC
#if defined(COMPILER_MSVC) && !defined(OTHER1)
#include <ardourext/misc.h> // 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