From b728a37b6dc7bc2c2846737373429dbf3f538094 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Mon, 5 Jun 2023 16:28:32 +0200 Subject: [PATCH] Fixing 'incomplete type error' during building Fixing errors during the building due to missing library after latest GCC updates. --- include/modules/sway/ipc/client.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/sway/ipc/client.hpp b/include/modules/sway/ipc/client.hpp index a6705eaa..1ab02925 100644 --- a/include/modules/sway/ipc/client.hpp +++ b/include/modules/sway/ipc/client.hpp @@ -7,6 +7,7 @@ #include #include +#include #include #include