mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 05:17:50 +02:00
More bionic compatibility
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
#include <config.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <fstream>
|
||||
|
||||
#ifdef USE_EXPERIMENTAL_FS
|
||||
#include <experimental/filesystem>
|
||||
#else
|
||||
#include <filesystem>
|
||||
#endif
|
||||
|
||||
ConfigManager::ConfigManager() {
|
||||
|
||||
|
Reference in New Issue
Block a user