[Libreoffice-commits] core.git: vcl/qt5

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 09:04:27 UTC 2019


 vcl/qt5/Qt5Graphics_Text.cxx |    1 +
 vcl/qt5/Qt5Instance.cxx      |    1 +
 vcl/qt5/Qt5Widget.cxx        |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit d6678591db64117ac8496feeda55e1b7499099fb
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jan 7 10:03:39 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Jan 7 10:04:04 2019 +0100

    missing includes
    
    Change-Id: I81d56ab0f0ee0780cd0f73635874f467ac5c8758

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)
 {


More information about the Libreoffice-commits mailing list