libwpd: fix build for gcc12
This commit is contained in:
11
srcpkgs/libwpd/patches/fix-compat-gcc12.patch
Normal file
11
srcpkgs/libwpd/patches/fix-compat-gcc12.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -rup libwpd-0.10.3.orig/src/lib/WPXTable.h libwpd-0.10.3/src/lib/WPXTable.h
|
||||
--- libwpd-0.10.3.orig/src/lib/WPXTable.h 2022-08-23 22:32:45.332593795 -0700
|
||||
+++ libwpd-0.10.3/src/lib/WPXTable.h 2022-08-23 22:32:59.500651211 -0700
|
||||
@@ -37,6 +37,7 @@
|
||||
#define _WPXTABLE_H
|
||||
|
||||
#include <vector>
|
||||
+#include <cstddef>
|
||||
|
||||
struct WPXTableCell
|
||||
{
|
Reference in New Issue
Block a user