From e5d2e8aafea2fcfd6aaf37e22f615ed89c59c00a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 18 Dec 2025 16:43:33 +0000 Subject: [PATCH] e --- src/protocols/WaylandProtocol.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocols/WaylandProtocol.hpp b/src/protocols/WaylandProtocol.hpp index 30a3607a4..5f1c97982 100644 --- a/src/protocols/WaylandProtocol.hpp +++ b/src/protocols/WaylandProtocol.hpp @@ -4,6 +4,7 @@ #include "../helpers/memory/Memory.hpp" #include +#include #define RESOURCE_OR_BAIL(resname) \ const auto resname = (CWaylandResource*)wl_resource_get_user_data(resource); \