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 /svx | |
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 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 142d7f4f66b2..529b0eefe52c 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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-03-20 10:39:14 using: + Generated on 2021-04-08 13:56:48 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude: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> @@ -85,6 +86,7 @@ #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> +#include <sal/backtrace.hxx> #include <sal/log.hxx> #include <sal/macros.h> #include <sal/saldllapi.h> |