summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2018-09-23 17:25:44 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-09-23 17:27:07 +0200
commitdb11e8a92044d5229d2d81a049878ed513ca4cc6 (patch)
treeaf98f29fcc93aed70efd93a7c0a5487e046e11cc
parent14ce6a88e3fc299af1f643edfc2230ace5d614c1 (diff)
qt5: fix build
Add missing header after 60a23d5d5f0963cd9bea7711ff4336418e3d6392 Change-Id: Ic24a78db3b425966e49fec96160d10670f68dea4
-rw-r--r--vcl/inc/qt5/Qt5FilePicker.hxx2
1 files changed, 2 insertions, 0 deletions
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;