diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-16 08:34:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-16 11:25:48 +0200 |
commit | be394e1cec8eefd21f5963857b90c2268b511fc5 (patch) | |
tree | 312c95567af57beeba9e0e1b879def0ceb281dda /vcl | |
parent | 119619350237b83859295fd60980916ea32985d2 (diff) |
missing include
(Windows --disable-pch missed declaration of HasAtHook)
Change-Id: I7573328a4f672cbf3585a55ed87199f0982aa987
Reviewed-on: https://gerrit.libreoffice.org/75673
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 936ddf596852..d21f926dea5a 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> |