Add conditional include for ardourext/misc.h

Segregate the inclusion of ardourext/misc.h in file_utils.cc
This commit is contained in:
EZ4Stephen 2025-12-02 20:44:21 +04:00 committed by GitHub
parent cae50f5de6
commit 6cb0676e4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,8 +59,9 @@
/* close(), read(), write() */ /* close(), read(), write() */
#ifdef COMPILER_MSVC #ifdef COMPILER_MSVC
#include <io.h> // Microsoft's nearest equivalent to <unistd.h> #include <io.h> // Microsoft's nearest equivalent to <unistd.h>
#ifndef OTHER1
#include <ardourext/misc.h> #include <ardourext/misc.h>
#else #endif
#endif #endif
#include "pbd/compose.h" #include "pbd/compose.h"