mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-09 07:19:53 +02:00
Add another missing include to the spectran source
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
#include <locale>
|
#include <locale>
|
||||||
#include <aaroniartsaapi.h>
|
#include <aaroniartsaapi.h>
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||||
|
|
||||||
SDRPP_MOD_INFO{
|
SDRPP_MOD_INFO{
|
||||||
|
Reference in New Issue
Block a user