From: Arvin Schnell Date: Wed, 10 Sep 2025 07:46:18 +0000 (+0200) Subject: - added missing include statements X-Git-Tag: v0.13.1~81^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1054%2Fhead;p=thirdparty%2Fsnapper.git - added missing include statements --- 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"