mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Build issue on AlmaLinux due to missing include
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include <unordered_set>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
@@ -19,6 +18,9 @@
|
||||
#include <toasts/toast_notification.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
|
||||
#include <ranges>
|
||||
#include <unordered_set>
|
||||
|
||||
namespace hex::plugin::builtin::recent {
|
||||
|
||||
constexpr static auto MaxRecentEntries = 5;
|
||||
|
||||
Reference in New Issue
Block a user