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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 0d8c004bee7e..125e125ea625 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-12-15 11:16:01 using: + Generated on 2021-02-05 16:11:16 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: @@ -89,6 +89,7 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <vcl/BinaryDataContainer.hxx> #include <vcl/EnumContext.hxx> #include <vcl/GraphicExternalLink.hxx> #include <vcl/Scanline.hxx> @@ -233,6 +234,7 @@ #include <com/sun/star/view/PrintableState.hpp> #include <comphelper/broadcasthelper.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> #include <comphelper/propertycontainer.hxx> |