diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 10:47:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 19:30:42 +0200 |
commit | 75d924db95559cff5f699bad8fe34bb0aeac0ff6 (patch) | |
tree | 66a467eff31da5b86e0103ec8aa7de759bf2c959 /vcl | |
parent | 82588fdf5fefbe061fb96c0419294fd8e60088bf (diff) |
loplugin:external (clang-cl, HasAtHook), again
...after d00ee2cb0dce84173c035cf89f332c150dd02d00 "tdf#42949 Fix IWYU warnings
in vcl/source/[a-e]*"
Change-Id: I5a118cab222d32f5891f9e6ede44e1cded5985b0
Reviewed-on: https://gerrit.libreoffice.org/79942
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/salplug.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx index cf5f42d7c9ae..a9196acdaf7a 100644 --- a/vcl/source/app/salplug.cxx +++ b/vcl/source/app/salplug.cxx @@ -23,6 +23,7 @@ #include <rtl/process.h> #include <sal/log.hxx> +#include <salframe.hxx> #include <salinst.hxx> #include <config_vclplug.h> #include <desktop/crashreport.hxx> |