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

@@ -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>