mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix remaining missing includes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <hex/ui/view.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user