From 482aef7456496cb5da5376b53fdb69f9c0e5e3f5 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 10 Sep 2025 09:46:18 +0200 Subject: [PATCH] - added missing include statements --- client/proxy/proxy-dbus.cc | 2 ++ server/RefCounter.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/client/proxy/proxy-dbus.cc b/client/proxy/proxy-dbus.cc index 2f4768f0..33cc0dd8 100644 --- a/client/proxy/proxy-dbus.cc +++ b/client/proxy/proxy-dbus.cc @@ -20,6 +20,8 @@ */ +#include + #include "proxy-dbus.h" #include "commands.h" #include "../utils/text.h" diff --git a/server/RefCounter.cc b/server/RefCounter.cc index 5af0083c..99c89b44 100644 --- a/server/RefCounter.cc +++ b/server/RefCounter.cc @@ -20,6 +20,8 @@ */ +#include + #include "RefCounter.h" -- 2.47.3