diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 13:58:18 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 17:23:08 +0200 |
commit | e76a4d62fa6583a0084a5259ea436d7bb7672eb9 (patch) | |
tree | 7be19ac46be6a0188779785b4fe69a6a694cdfcb /desktop/inc | |
parent | b8901e8beac21087c69cc5c343850eff809ab3a7 (diff) |
update PCHs
Change-Id: Ia9d04447f927e270a55500e7f35723a729bc01dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113801
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentmisc.hxx | 3 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_sofficeapp.hxx | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop/inc/pch/precompiled_deploymentmisc.hxx b/desktop/inc/pch/precompiled_deploymentmisc.hxx index 44d95f9e3f0c..00dfc2ba4301 100644 --- a/desktop/inc/pch/precompiled_deploymentmisc.hxx +++ b/desktop/inc/pch/precompiled_deploymentmisc.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 2021-04-06 11:50:11 using: + Generated on 2021-04-08 13:55:47 using: ./bin/update_pch desktop deploymentmisc --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #if PCH_LEVEL >= 2 #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> +#include <osl/file.h> #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/pipe.hxx> diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index a73029c41fdc..58efb5dc3b0f 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 2021-04-06 11:50:12 using: + Generated on 2021-04-08 13:55:49 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: @@ -24,6 +24,7 @@ #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> +#include <chrono> #include <cmath> #include <cstddef> #include <cstdlib> @@ -87,6 +88,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> +#include <sal/backtrace.hxx> #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> |