diff options
Diffstat (limited to 'vcl/source/bitmap')
-rw-r--r-- | vcl/source/bitmap/BitmapTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/bitmap/BitmapTools.cxx b/vcl/source/bitmap/BitmapTools.cxx index da9a88bf67c9..38936733f7b3 100644 --- a/vcl/source/bitmap/BitmapTools.cxx +++ b/vcl/source/bitmap/BitmapTools.cxx @@ -36,7 +36,7 @@ #if ENABLE_CAIRO_CANVAS #include <cairo.h> #endif -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <tools/fract.hxx> #include <tools/stream.hxx> #include <bitmap/BitmapWriteAccess.hxx> |