sys: Fixed missing includes on Unix
This commit is contained in:
parent
2739320f10
commit
3b7a928313
@ -3,6 +3,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <filesystem>
|
||||
#include <functional>
|
||||
|
||||
#include <nfd.hpp>
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <hex/helpers/fs.hpp>
|
||||
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/helpers/fs_macos.h>
|
||||
#include <hex/helpers/file.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user