mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Change an #ifdef COMPILER_MSVC
More segregation of the inclusion of ardourext/misc.h.
This commit is contained in:
parent
099f2f4c86
commit
bda088c2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue