Add another missing include to the spectran source

This commit is contained in:
AlexandreRouma 2024-04-27 07:00:27 +02:00 committed by GitHub
parent 4e455e6661
commit 314d78d9d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,10 @@
#include <locale>
#include <aaroniartsaapi.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#define CONCAT(a, b) ((std::string(a) + b).c_str())
SDRPP_MOD_INFO{