Fixed missing vector

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

Wyświetl plik

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