build: Fix remaining missing includes

This commit is contained in:
WerWolv
2025-08-08 22:56:21 +02:00
parent 5d180bdbfb
commit ce66f3a98a
3 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#include <hex/ui/view.hpp>
#include <hex/api/task_manager.hpp>
#include <imgui.h>

View File

@@ -8,6 +8,8 @@
#include <hex/helpers/logger.hpp>
#include <wolv/hash/uuid.hpp>
#include <hex/ui/imgui_imhex_extensions.h>
#include <toasts/toast_notification.hpp>
#include <fonts/vscode_icons.hpp>
#include <nlohmann/json.hpp>

View File

@@ -8,21 +8,23 @@
#include <hex/ui/view.hpp>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/menu_items.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <imgui.h>
#include <imgui_internal.h>
#include <random>
#include <hex/ui/imgui_imhex_extensions.h>
#include <hex/helpers/menu_items.hpp>
#include <fonts/fonts.hpp>
#include <fonts/vscode_icons.hpp>
#include <hex/api/tutorial_manager.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <romfs/romfs.hpp>
#include <wolv/utils/guards.hpp>
#include <GLFW/glfw3.h>
#include <random>
namespace hex::plugin::builtin {
// Function that draws the provider popup, defined in the ui_items.cpp file