From e0c42ae4151d77bb54c42fc871f0ca525d7916ce Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Sun, 9 Feb 2020 16:58:42 +0100 Subject: [PATCH] fix(sway): add missing unordered_map include --- include/modules/sway/workspaces.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/sway/workspaces.hpp b/include/modules/sway/workspaces.hpp index cd806125..fef24bf9 100644 --- a/include/modules/sway/workspaces.hpp +++ b/include/modules/sway/workspaces.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include