mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix more missing includes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include <imgui.h>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <span>
|
||||
|
||||
namespace hex::plugin::diffing {
|
||||
|
||||
using namespace ContentRegistry::Diffing;
|
||||
|
||||
Reference in New Issue
Block a user