aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl/main.cpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-07-19 14:27:52 +0200
committervaxerski <[email protected]>2022-07-19 14:27:52 +0200
commit59e34e311e14e62ba2dbcad2870849c87c7f8f24 (patch)
treeae5ee125fb82528486a3509df0ed5a14a13e3ed2 /hyprctl/main.cpp
parentc6c3d663736285ea58ce280d289479a2f4c228fe (diff)
downloadHyprland-59e34e311e14e62ba2dbcad2870849c87c7f8f24.tar.gz
Hyprland-59e34e311e14e62ba2dbcad2870849c87c7f8f24.zip
fix oopsie include
Diffstat (limited to 'hyprctl/main.cpp')
-rw-r--r--hyprctl/main.cpp1
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>