Add another missing include to the spectran source

pull/1395/head
AlexandreRouma 2024-04-27 07:00:27 +02:00 zatwierdzone przez GitHub
rodzic 4e455e6661
commit 314d78d9d2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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{