diff options
author | vaxerski <[email protected]> | 2022-07-19 14:27:52 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-19 14:27:52 +0200 |
commit | 59e34e311e14e62ba2dbcad2870849c87c7f8f24 (patch) | |
tree | ae5ee125fb82528486a3509df0ed5a14a13e3ed2 /hyprctl | |
parent | c6c3d663736285ea58ce280d289479a2f4c228fe (diff) | |
download | Hyprland-59e34e311e14e62ba2dbcad2870849c87c7f8f24.tar.gz Hyprland-59e34e311e14e62ba2dbcad2870849c87c7f8f24.zip |
fix oopsie include
Diffstat (limited to 'hyprctl')
-rw-r--r-- | hyprctl/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp index 9bfacaa2..3f85f4a1 100644 --- a/hyprctl/main.cpp +++ b/hyprctl/main.cpp @@ -9,6 +9,7 @@ #include <sys/types.h> #include <sys/un.h> #include <unistd.h> +#include <ranges> #include <iostream> #include <string> |