Added missing includes

pull/649/head
AlexandreRouma 2022-02-24 21:24:46 +01:00
rodzic 81692fa910
commit 9999693c0d
5 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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