kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fixed missing vector again
rodzic
a6df90785a
commit
f483de1f7e
|
@ -3,7 +3,6 @@
|
|||
#include <options.h>
|
||||
#include <filesystem>
|
||||
#include <gui/file_dialogs.h>
|
||||
#include <vector>
|
||||
|
||||
FileSelect::FileSelect(std::string defaultPath, std::vector<std::string> filter) {
|
||||
_filter = filter;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
class FileSelect {
|
||||
public:
|
||||
|
|
Ładowanie…
Reference in New Issue