From 290307aa8408b8aee28fbaa832e78f51985bdb91 Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 13 Apr 2026 01:18:10 -0300 Subject: [PATCH] fix: change ShlObj_core to shlobj --- src/unlocker/cachecleaner.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/unlocker/cachecleaner.cpp b/src/unlocker/cachecleaner.cpp index 63e7f92..d1a19e1 100644 --- a/src/unlocker/cachecleaner.cpp +++ b/src/unlocker/cachecleaner.cpp @@ -5,8 +5,9 @@ #include #include -#include -#include +#include +#include +#include CacheCleaner::CacheCleaner() : _running(false), _monitorThread(nullptr) {}