fix: Build issue on AlmaLinux due to missing include
This commit is contained in:
parent
a657a23aaa
commit
52fda5aeb7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user