From c05f41d732e8a9bd66e32b3888f58b39cc298933 Mon Sep 17 00:00:00 2001 From: Enes Hecan Date: Wed, 21 Dec 2022 01:55:39 +0100 Subject: [PATCH] Make linter happy --- src/modules/hyprland/submap.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/hyprland/submap.cpp b/src/modules/hyprland/submap.cpp index 6a12292..6eb0942 100644 --- a/src/modules/hyprland/submap.cpp +++ b/src/modules/hyprland/submap.cpp @@ -1,5 +1,7 @@ #include "modules/hyprland/submap.hpp" + #include + #include namespace waybar::modules::hyprland {