aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormemchr <[email protected]>2024-06-05 08:42:44 +0000
committerGitHub <[email protected]>2024-06-05 10:42:44 +0200
commitfefa55d406e38eda481ce75178cef3e43298762d (patch)
treed7e7f9341224cf06b7973c0de6ca3fefed7242da
parent098ac916a6314a2b731532e0c85f357e3cf90d2f (diff)
downloadHyprland-fefa55d406e38eda481ce75178cef3e43298762d.tar.gz
Hyprland-fefa55d406e38eda481ce75178cef3e43298762d.zip
build: fix non-pch build (#6337)
-rw-r--r--src/managers/KeybindManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp
index 4f89315d..905a9d48 100644
--- a/src/managers/KeybindManager.cpp
+++ b/src/managers/KeybindManager.cpp
@@ -9,6 +9,7 @@
#include "helpers/VarList.hpp"
#include <optional>
+#include <iterator>
#include <string>
#include <string_view>