[Libreoffice-commits] core.git: vcl/source
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 16 13:53:48 UTC 2019
vcl/source/app/svdata.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8f18fca2714a80e236cdb041a7f6d17d0abcb619
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Jul 15 13:23:11 2019 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue Jul 16 15:52:59 2019 +0200
Fix Windows build: missing include
Change-Id: I129648c471df8f91c52c5e7c4172781aa1eeb6fc
Reviewed-on: https://gerrit.libreoffice.org/75692
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index d21f926dea5a..5df1e261c1cf 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -45,6 +45,7 @@
#include <salsys.hxx>
#include <units.hrc>
#include <print.h>
+#include <salframe.hxx>
#include <com/sun/star/accessibility/MSAAService.hpp>
More information about the Libreoffice-commits
mailing list