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,8 @@
#include <imgui.h>
#include <hex/api/task_manager.hpp>
#include <span>
namespace hex::plugin::diffing {
using namespace ContentRegistry::Diffing;