mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-08 12:59:46 -05:00
sys: Fixed missing includes on Unix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user