diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 16:14:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-08 12:11:17 +0100 |
commit | c950dedc9b6a9306e83491c6e895c0ceee11ba8a (patch) | |
tree | 6b2d5c4df943845325a95067a366fd8d0d86cd66 /slideshow/inc/pch | |
parent | 560f9bac4c1ee1b044efc55af8d532e9efefd313 (diff) |
update pches
Change-Id: Icf55ddda055d11b649e7607c2cdd8b6d6ddfefbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110483
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow/inc/pch')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index c01847753f66..3df9ea3bade0 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.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:40 using: + Generated on 2021-02-05 16:11:14 using: ./bin/update_pch slideshow slideshow --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,6 +34,7 @@ #include <limits.h> #include <limits> #include <map> +#include <math.h> #include <memory> #include <new> #include <optional> @@ -84,7 +85,9 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <vcl/BinaryDataContainer.hxx> #include <vcl/GraphicExternalLink.hxx> +#include <vcl/IDialogRenderable.hxx> #include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/animate/Animation.hxx> @@ -144,6 +147,7 @@ #include <canvas/canvastools.hxx> #include <com/sun/star/animations/TransitionSubType.hpp> #include <com/sun/star/animations/TransitionType.hpp> +#include <com/sun/star/awt/DeviceInfo.hpp> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> |