[Libreoffice-commits] core.git: vcl/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 23 15:28:14 UTC 2018
vcl/inc/qt5/Qt5FilePicker.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit db11e8a92044d5229d2d81a049878ed513ca4cc6
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Sun Sep 23 17:25:44 2018 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Sun Sep 23 17:27:07 2018 +0200
qt5: fix build
Add missing header after 60a23d5d5f0963cd9bea7711ff4336418e3d6392
Change-Id: Ic24a78db3b425966e49fec96160d10670f68dea4
diff --git a/vcl/inc/qt5/Qt5FilePicker.hxx b/vcl/inc/qt5/Qt5FilePicker.hxx
index 1564e2db1d0f..d4802795c588 100644
--- a/vcl/inc/qt5/Qt5FilePicker.hxx
+++ b/vcl/inc/qt5/Qt5FilePicker.hxx
@@ -39,6 +39,8 @@
#include <QtCore/QHash>
#include <QtWidgets/QFileDialog>
+#include <memory>
+
class QGridLayout;
class QLabel;
class QWidget;
More information about the Libreoffice-commits
mailing list