mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
grive2: fix build with gcc-12
This commit is contained in:
parent
c8f0c3698a
commit
291b04f283
1 changed files with 12 additions and 0 deletions
12
srcpkgs/grive2/patches/missing-include.patch
Normal file
12
srcpkgs/grive2/patches/missing-include.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: grive2-0.5.1/libgrive/src/base/Syncer.hh
|
||||
===================================================================
|
||||
--- grive2-0.5.1.orig/libgrive/src/base/Syncer.hh
|
||||
+++ grive2-0.5.1/libgrive/src/base/Syncer.hh
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "util/FileSystem.hh"
|
||||
|
||||
+#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iosfwd>
|
Loading…
Add table
Reference in a new issue