]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added missing include statements 1054/head
authorArvin Schnell <aschnell@suse.de>
Wed, 10 Sep 2025 07:46:18 +0000 (09:46 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 10 Sep 2025 07:46:18 +0000 (09:46 +0200)
client/proxy/proxy-dbus.cc
server/RefCounter.cc

index 2f4768f0efc952b93d6aaa0fd7843cd18270e8eb..33cc0dd8b525ef942aa185e94bb3c9d41fd03990 100644 (file)
@@ -20,6 +20,8 @@
  */
 
 
+#include <cstring>
+
 #include "proxy-dbus.h"
 #include "commands.h"
 #include "../utils/text.h"
index 5af0083cfaa65f78e8dd9f9ea538db15139ceb2f..99c89b44622da4415afeb8b83d58f8c2cf553dce 100644 (file)
@@ -20,6 +20,8 @@
  */
 
 
+#include <cassert>
+
 #include "RefCounter.h"