aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-07-19 14:28:37 +0200
committervaxerski <[email protected]>2022-07-19 14:28:37 +0200
commitec2afb563ed804057af38f686c7686c305ffa1d4 (patch)
treec7c2c11922da715c307a59c780f0e4c007161082 /hyprctl
parent59e34e311e14e62ba2dbcad2870849c87c7f8f24 (diff)
downloadHyprland-ec2afb563ed804057af38f686c7686c305ffa1d4.tar.gz
Hyprland-ec2afb563ed804057af38f686c7686c305ffa1d4.zip
fix oopsie include
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/main.cpp1
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>