diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-03-13 10:20:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-03-13 12:02:20 +0100 |
commit | a73f24f47aea2dfa57459424f48b11b2b835e334 (patch) | |
tree | 568cb48f1d630f9613db817d95db7388cdda8d39 /basctl | |
parent | cb7839169ac58bc24d986f4cf5532d1d6219574d (diff) |
update pches
Change-Id: Id6dfae9fb97fbe3fc89b9f2e083d7a3d5c1d36d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112411
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 15c1132c6807..9570e61d2f44 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.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-08 13:11:33 using: + Generated on 2021-03-13 10:17:42 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -113,6 +113,7 @@ #include <vcl/ctrl.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> +#include <vcl/dockwin.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/fntstyle.hxx> @@ -121,6 +122,7 @@ #include <vcl/gfxlink.hxx> #include <vcl/graph.hxx> #include <vcl/idle.hxx> +#include <vcl/image.hxx> #include <vcl/jobset.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> @@ -143,6 +145,7 @@ #include <vcl/texteng.hxx> #include <vcl/textview.hxx> #include <vcl/timer.hxx> +#include <vcl/toolbox.hxx> #include <vcl/uitest/factory.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> |