build: Fix more missing includes

This commit is contained in:
WerWolv
2025-08-14 22:22:32 +02:00
parent fa99069951
commit 165d00dad3
3 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <hex/api/events/events_interaction.hpp>
#include <hex/api/task_manager.hpp>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/utils_macos.hpp>
#include <hex/helpers/logger.hpp>
#include <hex/helpers/default_paths.hpp>

View File

@@ -5,6 +5,7 @@
#include <emscripten.h>
#include <emscripten/html5.h>
#include <hex/api/imhex_api/system.hpp>
#include <hex/api/events/events_gui.hpp>
#include <hex/api/events/events_interaction.hpp>
#include <hex/api/events/requests_gui.hpp>

View File

@@ -10,6 +10,8 @@
#include <imgui.h>
#include <hex/api/task_manager.hpp>
#include <span>
namespace hex::plugin::diffing {
using namespace ContentRegistry::Diffing;