fix: Compilation on macOS

This commit is contained in:
WerWolv
2023-05-14 21:50:58 +02:00
parent 610f109e2a
commit d96fc6d41b
12 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#include "init/splash_window.hpp"
#include <hex/api/imhex_api.hpp>
#include <hex/api/task.hpp>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/utils_macos.hpp>
#include <hex/helpers/fmt.hpp>

View File

@@ -7,6 +7,7 @@
#include "init/splash_window.hpp"
#include "init/tasks.hpp"
#include <hex/api/task.hpp>
#include <hex/api/project_file_manager.hpp>
#include <wolv/io/fs.hpp>