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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 17:03:05 UTC 2018


 vcl/qt5/Qt5Bitmap.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7b1d57fa4e3d246ae81b89cc32ec4f78183db6d1
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 10 18:02:28 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 10 18:02:28 2018 +0100

    missing includes
    
    Change-Id: I1a393d402a066a42b066eb9f270cf1adf644c7e6

diff --git a/vcl/qt5/Qt5Bitmap.cxx b/vcl/qt5/Qt5Bitmap.cxx
index defd0280ac24..0c6a82f701e6 100644
--- a/vcl/qt5/Qt5Bitmap.cxx
+++ b/vcl/qt5/Qt5Bitmap.cxx
@@ -25,7 +25,9 @@
 #include <QtCore/QVector>
 #include <QtGui/QColor>
 
+#include <o3tl/safeint.hxx>
 #include <sal/log.hxx>
+#include <tools/helpers.hxx>
 
 Qt5Bitmap::Qt5Bitmap() {}
 


More information about the Libreoffice-commits mailing list