1
0
mirror of synced 2024-11-24 15:50:16 +01:00

sys: Fixed missing includes on Unix

This commit is contained in:
WerWolv 2022-03-04 11:44:11 +01:00
parent 2739320f10
commit 3b7a928313
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <filesystem>
#include <functional>
#include <nfd.hpp>

View File

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