@@ -0,0 +1,25 @@
|
|||||||
|
diff --git a/src/lib/WPXContentListener.cpp b/src/lib/WPXContentListener.cpp
|
||||||
|
index ab0f9b1..0b559e6 100644
|
||||||
|
--- a/src/lib/WPXContentListener.cpp
|
||||||
|
+++ b/src/lib/WPXContentListener.cpp
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
* Corel Corporation or Corel Corporation Limited."
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <cstddef>
|
||||||
|
#include "WPXContentListener.h"
|
||||||
|
#include "WPXPageSpan.h"
|
||||||
|
#include "libwpd_internal.h"
|
||||||
|
diff --git a/src/lib/WPXTable.cpp b/src/lib/WPXTable.cpp
|
||||||
|
index 0ad202a..3ff35e1 100644
|
||||||
|
--- a/src/lib/WPXTable.cpp
|
||||||
|
+++ b/src/lib/WPXTable.cpp
|
||||||
|
@@ -25,6 +25,8 @@
|
||||||
|
* Corel Corporation or Corel Corporation Limited."
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <cstddef>
|
||||||
|
+
|
||||||
|
#include "WPXTable.h"
|
||||||
|
|
||||||
|
#include "libwpd_internal.h"
|
||||||
@@ -22,6 +22,9 @@
|
|||||||
<Dependency>grep</Dependency>
|
<Dependency>grep</Dependency>
|
||||||
<Dependency>pkgconfig</Dependency>
|
<Dependency>pkgconfig</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<Patch level="1">libwpd-gcc11.patch</Patch>
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
|
|||||||
Reference in New Issue
Block a user