mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Add another missing include to the spectran source
This commit is contained in:
parent
4e455e6661
commit
314d78d9d2
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user