Partially revert commit #d0109bed16 (it shouldn't have been affecting MacOS builds???)

This commit is contained in:
John Emmas 2025-12-03 10:24:59 +00:00
parent dddaffe3ac
commit 8ca808346a

View file

@ -29,6 +29,7 @@
#ifndef COMPILER_MSVC
#pragma GCC diagnostic ignored "-Wunused-parameter"
#else
#include <process.h> // Needed for 'getpid()'
#include <lo/lo_osc_types.h>
#define LO_TT_IMMEDIATE lo_get_tt_immediate()