mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Fixed missing vector again
This commit is contained in:
parent
a6df90785a
commit
f483de1f7e
@ -3,7 +3,6 @@
|
|||||||
#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;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class FileSelect {
|
class FileSelect {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user