]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added missing include 1055/head
authorArvin Schnell <aschnell@suse.de>
Fri, 12 Sep 2025 16:57:52 +0000 (18:57 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 12 Sep 2025 16:57:52 +0000 (18:57 +0200)
server/Client.cc

index 538b38da0d29cbff32aabdfc17a54ecbf6ec134b..331f35cc50302115759c038d51543a961570e997 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "config.h"
 
+#include <cassert>
+
 #include <snapper/LoggerImpl.h>
 #include <snapper/SnapperTmpl.h>
 #include <snapper/Version.h>