diff options
-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() {} |