From 314d78d9d27cf272cc06c8951f0151882696d3ed Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 27 Apr 2024 07:00:27 +0200 Subject: [PATCH] Add another missing include to the spectran source --- source_modules/spectran_source/src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source_modules/spectran_source/src/main.cpp b/source_modules/spectran_source/src/main.cpp index d044ce96..4be1b354 100644 --- a/source_modules/spectran_source/src/main.cpp +++ b/source_modules/spectran_source/src/main.cpp @@ -12,6 +12,10 @@ #include #include +#ifndef _WIN32 +#include +#endif + #define CONCAT(a, b) ((std::string(a) + b).c_str()) SDRPP_MOD_INFO{