summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-07 10:03:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-07 10:04:04 +0100
commitd6678591db64117ac8496feeda55e1b7499099fb (patch)
tree18769083530151ea1b41eb33dca98887546e737d
parent74de1d0051b6dc7392ce482444c4a0ef5376260c (diff)
missing includes
Change-Id: I81d56ab0f0ee0780cd0f73635874f467ac5c8758
-rw-r--r--vcl/qt5/Qt5Graphics_Text.cxx1
-rw-r--r--vcl/qt5/Qt5Instance.cxx1
-rw-r--r--vcl/qt5/Qt5Widget.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/vcl/qt5/Qt5Graphics_Text.cxx b/vcl/qt5/Qt5Graphics_Text.cxx
index 19a05f8410fc..986547254579 100644
--- a/vcl/qt5/Qt5Graphics_Text.cxx
+++ b/vcl/qt5/Qt5Graphics_Text.cxx
@@ -22,6 +22,7 @@
#include <Qt5Font.hxx>
#include <Qt5Painter.hxx>
+#include <o3tl/make_unique.hxx>
#include <vcl/fontcharmap.hxx>
#include <unx/geninst.h>
#include <unx/fontmanager.hxx>
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index 6564edd2241b..6bbe8f0e3e84 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -42,6 +42,7 @@
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
+#include <o3tl/make_unique.hxx>
#include <vclpluginapi.h>
#include <sal/log.hxx>
#include <osl/process.h>
diff --git a/vcl/qt5/Qt5Widget.cxx b/vcl/qt5/Qt5Widget.cxx
index 4eaac1629b53..e96a1b1904b3 100644
--- a/vcl/qt5/Qt5Widget.cxx
+++ b/vcl/qt5/Qt5Widget.cxx
@@ -42,6 +42,7 @@
#include <cairo.h>
#include <headless/svpgdi.hxx>
#include <vcl/commandevent.hxx>
+#include <vcl/event.hxx>
void Qt5Widget::paintEvent(QPaintEvent* pEvent)
{