fix: Missing includes

This commit is contained in:
WerWolv
2024-01-30 15:50:00 +01:00
parent 79834b9566
commit c2ff6f4e6b
8 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
#include <hex/api/localization_manager.hpp>
#include <hex/api/task_manager.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <imgui_internal.h>
#include <hex/helpers/utils.hpp>
#include <wolv/utils/core.hpp>