diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 20:22:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 22:10:36 +0200 |
commit | e54ff4c1c9ba7f09198843272eb6be2de6a54190 (patch) | |
tree | aa388755b33c4990e333605fb38ac2a227461cad /svtools | |
parent | 17c2bd87e93fadb502e5f7e25696e1736e625d18 (diff) |
update some pches
Change-Id: I54b734062d94a59c2651827c02349d9562ac6cf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97262
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 71d8eefd43ef..3122d26aab54 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.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-04-25 20:55:31 using: + Generated on 2020-06-26 20:20:06 using: ./bin/update_pch svtools svt --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -25,6 +25,7 @@ #include <cassert> #include <cmath> #include <cstddef> +#include <cstdlib> #include <cstring> #include <deque> #include <float.h> @@ -101,7 +102,6 @@ #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builder.hxx> -#include <vcl/button.hxx> #include <vcl/checksum.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> @@ -126,6 +126,7 @@ #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> #include <vcl/outdev.hxx> +#include <vcl/prntypes.hxx> #include <vcl/ptrstyle.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> @@ -337,6 +338,7 @@ #include <toolkit/helper/macros.hxx> #include <toolkit/helper/mutexhelper.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <tools/UnitConversion.hxx> #include <tools/color.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> |