diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 15:28:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 20:10:38 +0200 |
commit | 72fd000cc62534d9003d288f676cda3af15da347 (patch) | |
tree | 41d799e06019b62e89f8b92b04abb802cc92566b /emfio | |
parent | af90b8089405d6f042207f5639e750f08798ae92 (diff) |
update pches
Change-Id: I41a204fbc5e2c9b819fb948c5288f8d7b4195489
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103117
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/inc/pch/precompiled_emfio.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emfio/inc/pch/precompiled_emfio.hxx b/emfio/inc/pch/precompiled_emfio.hxx index 34920dc437b0..cc1b82e0100a 100644 --- a/emfio/inc/pch/precompiled_emfio.hxx +++ b/emfio/inc/pch/precompiled_emfio.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-08-12 11:04:42 using: + Generated on 2020-09-21 15:21:15 using: ./bin/update_pch emfio emfio --cutoff=8 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,6 +21,7 @@ */ #if PCH_LEVEL >= 1 +#include <memory> #include <vector> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -37,10 +38,12 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/types.h> +#include <vcl/bitmapex.hxx> #include <vcl/dllapi.h> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <salhelper/simplereferenceobject.hxx> +#include <tools/gen.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #endif // PCH_LEVEL >= 4 |