diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 18:02:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 18:02:28 +0100 |
commit | 7b1d57fa4e3d246ae81b89cc32ec4f78183db6d1 (patch) | |
tree | edc0bb6c94539ecf1ff73a9b71a3ac0d511c9d16 | |
parent | 8ff41a26caf51544699863c89598d37d93dc1b21 (diff) |
missing includes
Change-Id: I1a393d402a066a42b066eb9f270cf1adf644c7e6
-rw-r--r-- | vcl/qt5/Qt5Bitmap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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() {} |