mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 07:38:05 +02:00
desktop/history: include ranges header (#14000)
Fixes error `no member named 'views' in namespace 'std'` on llvm/musl
This commit is contained in:
parent
bf97fac9b9
commit
5c5ba65ad3
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include <hyprutils/utils/ScopeGuard.hpp>
|
||||
|
||||
#include <ranges>
|
||||
|
||||
using namespace Desktop;
|
||||
using namespace Desktop::History;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue