This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 88cf7e9722 Add missing include directives
88cf7e9722 is described below

commit 88cf7e972200271fb6f6b7607c004d42d3587caa
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Sun Jul 5 16:42:16 2026 +0200

    Add missing include directives
    
    They are required under Linux
---
 main/sw/source/filter/ww8/ww8scan.cxx          | 1 +
 main/vcl/unx/generic/printergfx/printerjob.cxx | 1 +
 2 files changed, 2 insertions(+)

diff --git a/main/sw/source/filter/ww8/ww8scan.cxx 
b/main/sw/source/filter/ww8/ww8scan.cxx
index 86016bcbe4..250ca6f65b 100644
--- a/main/sw/source/filter/ww8/ww8scan.cxx
+++ b/main/sw/source/filter/ww8/ww8scan.cxx
@@ -28,6 +28,7 @@
 
 #include <functional>
 #include <algorithm>
+#include <stdexcept>
 
 #include <string.h>         // memset()
 #include <rtl/tencinfo.h>
diff --git a/main/vcl/unx/generic/printergfx/printerjob.cxx 
b/main/vcl/unx/generic/printergfx/printerjob.cxx
index 4c765c00c1..b5aa3dafd4 100644
--- a/main/vcl/unx/generic/printergfx/printerjob.cxx
+++ b/main/vcl/unx/generic/printergfx/printerjob.cxx
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <time.h>
 #include <unistd.h>
 #include <pwd.h>
 

Reply via email to