mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-14 14:32:52 +01:00
Fixed missing vector
This commit is contained in:
parent
ab4cde9bb8
commit
a6df90785a
@ -3,6 +3,7 @@
|
|||||||
#include <options.h>
|
#include <options.h>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <gui/file_dialogs.h>
|
#include <gui/file_dialogs.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
FileSelect::FileSelect(std::string defaultPath, std::vector<std::string> filter) {
|
FileSelect::FileSelect(std::string defaultPath, std::vector<std::string> filter) {
|
||||||
_filter = filter;
|
_filter = filter;
|
||||||
|
Loading…
Reference in New Issue
Block a user