fix: More missing includes

This commit is contained in:
WerWolv
2025-08-14 22:49:02 +02:00
parent 8a1531fc71
commit 5147d8ab63
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
#include <hex/api/imhex_api/system.hpp>
#include <hex/api/project_file_manager.hpp>
#include <ranges>
#include <algorithm>
#if defined(OS_WINDOWS)
#include <windows.h>
#include <shlobj.h>