Fixed missing vector again

pull/120/head^2
Ryzerth 2021-04-29 20:51:26 +02:00
rodzic a6df90785a
commit f483de1f7e
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -4,6 +4,7 @@
#include <stdint.h>
#include <string>
#include <thread>
#include <vector>
class FileSelect {
public: