From a1226a693739b02ab3b3d6123fb2508712fe5f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 12 Jan 2026 11:45:13 +0100 Subject: [PATCH] Fix missing include in the UnixSocketServer --- libnymea-remoteproxy/server/unixsocketserver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libnymea-remoteproxy/server/unixsocketserver.h b/libnymea-remoteproxy/server/unixsocketserver.h index 6f35f6d..64ae276 100644 --- a/libnymea-remoteproxy/server/unixsocketserver.h +++ b/libnymea-remoteproxy/server/unixsocketserver.h @@ -30,6 +30,7 @@ #include #include +#include #include #include