Fixed missing vector

This commit is contained in:
Ryzerth 2021-04-29 20:48:37 +02:00
parent ab4cde9bb8
commit a6df90785a

View File

@ -3,6 +3,7 @@
#include <options.h>
#include <filesystem>
#include <gui/file_dialogs.h>
#include <vector>
FileSelect::FileSelect(std::string defaultPath, std::vector<std::string> filter) {
_filter = filter;