desktop/history: include ranges header (#14000)

Fixes error `no member named 'views' in namespace 'std'` on llvm/musl
This commit is contained in:
Linux User 2026-04-05 18:36:13 +00:00 committed by GitHub
parent bf97fac9b9
commit 5c5ba65ad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@
#include <hyprutils/utils/ScopeGuard.hpp>
#include <ranges>
using namespace Desktop;
using namespace Desktop::History;