kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Added missing includes
rodzic
81692fa910
commit
9999693c0d
|
@ -9,6 +9,7 @@
|
|||
#include <config.h>
|
||||
#include <utils/optionlist.h>
|
||||
#include <aaudio/AAudio.h>
|
||||
#include <core.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <spdlog/spdlog.h>
|
||||
#include <RtAudio.h>
|
||||
#include <config.h>
|
||||
#include <core.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <spdlog/spdlog.h>
|
||||
#include <config.h>
|
||||
#include <gui/style.h>
|
||||
#include <core.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <spdlog/spdlog.h>
|
||||
#include <config.h>
|
||||
#include <algorithm>
|
||||
#include <core.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <dsp/audio.h>
|
||||
#include <dsp/processing.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <core.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue