summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-15 11:18:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-15 14:10:44 +0100
commit5a422821200e19f99cdcad5c7b4e7462cb04f722 (patch)
treed7764e062f22c46bbd920e3b052aaf3cb68a1280 /desktop
parent25214daa344412a7b67c8a89b832e5f3e6dc90fa (diff)
update pches
Change-Id: I280dea8fe5f346a5555f4bf479896877579d63e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107748 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/inc/pch/precompiled_deployment.hxx3
-rw-r--r--desktop/inc/pch/precompiled_sofficeapp.hxx4
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx
index 7569bb9c15cf..11bca0e5d0a9 100644
--- a/desktop/inc/pch/precompiled_deployment.hxx
+++ b/desktop/inc/pch/precompiled_deployment.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2020-08-12 11:04:39 using:
+ Generated on 2020-12-15 11:15:31 using:
./bin/update_pch desktop deployment --cutoff=3 --exclude:system --exclude:module --exclude:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -26,6 +26,7 @@
#include <memory>
#include <optional>
#include <ostream>
+#include <string_view>
#include <unordered_map>
#include <vector>
#endif // PCH_LEVEL >= 1
diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx
index 88a47abd3ca1..6bcda1eeb279 100644
--- a/desktop/inc/pch/precompiled_sofficeapp.hxx
+++ b/desktop/inc/pch/precompiled_sofficeapp.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2020-12-04 09:59:13 using:
+ Generated on 2020-12-15 11:15:32 using:
./bin/update_pch desktop sofficeapp --cutoff=6 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -54,6 +54,7 @@
#include <osl/diagnose.h>
#include <osl/doublecheckedlocking.h>
#include <osl/endian.h>
+#include <osl/file.h>
#include <osl/file.hxx>
#include <osl/getglobalmutex.hxx>
#include <osl/interlck.h>
@@ -70,6 +71,7 @@
#include <rtl/byteseq.hxx>
#include <rtl/digest.h>
#include <rtl/instance.hxx>
+#include <rtl/locale.h>
#include <rtl/math.h>
#include <rtl/process.h>
#include <rtl/ref.hxx>