forked from Green-Sky/tomato
fix missing includes
This commit is contained in:
parent
56f7db9ae6
commit
6a979d31a0
@ -1,10 +1,10 @@
|
||||
#include "./file_selector.hpp"
|
||||
|
||||
#include <filesystem>
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
void FileSelector::reset(void) {
|
||||
_is_valid = [](auto){ return true; };
|
||||
|
Loading…
Reference in New Issue
Block a user