fix: change ShlObj_core to shlobj
Build / build (push) Failing after 2m35s

This commit is contained in:
2026-04-13 01:18:10 -03:00
parent f3552ce79c
commit 290307aa84
+3 -2
View File
@@ -5,8 +5,9 @@
#include <filesystem> #include <filesystem>
#include <unordered_set> #include <unordered_set>
#include <ShlObj_core.h> #include <windows.h>
#include <TlHelp32.h> #include <shlobj.h>
#include <tlhelp32.h>
CacheCleaner::CacheCleaner() : _running(false), _monitorThread(nullptr) {} CacheCleaner::CacheCleaner() : _running(false), _monitorThread(nullptr) {}