diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-09-16 13:59:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-16 14:43:07 +0200 |
commit | a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f (patch) | |
tree | a2d333bd666287f4d6a357a9e21e830e5bec3cec /vcl | |
parent | 0f37cc57228e4f0fc6355776e77bbc959d3b3e86 (diff) |
missing include
(Windows --disable-pch missed declaration of HasAtHook again after
55402d82c5a81322ff7bca3c277a8813bd967a09 "tdf#42949 Fix IWYU warnings in
vcl/source/[o-w]*/" had reverted be394e1cec8eefd21f5963857b90c2268b511fc5
"missing include")
Change-Id: I4f8ba1721d68852b2921daef1a3b538154be190a
Reviewed-on: https://gerrit.libreoffice.org/78995
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svdata.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index ede298e73110..cb467f034d4e 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -34,6 +34,7 @@ #include <vcl/virdev.hxx> #include <vcl/wrkwin.hxx> #include <vcl/uitest/logger.hxx> +#include <salframe.hxx> #include <scrwnd.hxx> #include <helpwin.hxx> #include <vcl/dialog.hxx> |