diff options
author | vaxerski <[email protected]> | 2022-07-19 14:28:37 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-19 14:28:37 +0200 |
commit | ec2afb563ed804057af38f686c7686c305ffa1d4 (patch) | |
tree | c7c2c11922da715c307a59c780f0e4c007161082 /hyprctl | |
parent | 59e34e311e14e62ba2dbcad2870849c87c7f8f24 (diff) | |
download | Hyprland-ec2afb563ed804057af38f686c7686c305ffa1d4.tar.gz Hyprland-ec2afb563ed804057af38f686c7686c305ffa1d4.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 3f85f4a1..4ff1aade 100644 --- a/hyprctl/main.cpp +++ b/hyprctl/main.cpp @@ -10,6 +10,7 @@ #include <sys/un.h> #include <unistd.h> #include <ranges> +#include <algorithm> #include <iostream> #include <string> |