Added missing includes

This commit is contained in:
AlexandreRouma 2022-02-24 21:24:46 +01:00
parent 81692fa910
commit 9999693c0d
5 changed files with 5 additions and 0 deletions

View File

@ -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())

View File

@ -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())

View File

@ -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())

View File

@ -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())

View File

@ -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())