]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix build with boost 1.81
authorArvin Schnell <aschnell@suse.de>
Tue, 15 Nov 2022 13:39:29 +0000 (14:39 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 15 Nov 2022 13:39:29 +0000 (14:39 +0100)
package/snapper.changes
zypp-plugin/snapper-zypp-plugin.cc

index 3052c1e9b047b0b5913815dc28c8cb40eb1e3fb2..1300a8c73fbfc69d0804e6e3be69f877e26252c3 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Nov 15 13:24:47 CET 2022 - aschnell@suse.com
+
+- fix build with boost 1.81
+
 -------------------------------------------------------------------
 Tue Aug 30 10:35:28 UTC 2022 - Stefan Schubert <schubi@suse.com>
 
index 61fb193bd07033b6f41575f452fc4937ab5b9d9b..f606793cfcb0dd491690cd02ab96489f273d4be0 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <iostream>
 #include <map>
+#include <set>
 #include <string>
 #include <regex>