diff options
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/bitmapex.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/mtfxmldump.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx index 10f71cab4008..88ff6b5c2fb8 100644 --- a/vcl/source/gdi/bitmapex.cxx +++ b/vcl/source/gdi/bitmapex.cxx @@ -18,6 +18,7 @@ */ #include <sal/log.hxx> +#include <rtl/math.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <osl/diagnose.h> #include <basegfx/matrix/b2dhommatrixtools.hxx> diff --git a/vcl/source/gdi/mtfxmldump.cxx b/vcl/source/gdi/mtfxmldump.cxx index 8c242bcb7c21..461321c1cb54 100644 --- a/vcl/source/gdi/mtfxmldump.cxx +++ b/vcl/source/gdi/mtfxmldump.cxx @@ -14,6 +14,7 @@ #include <vcl/metaact.hxx> #include <vcl/outdev.hxx> #include <rtl/string.hxx> +#include <rtl/ustrbuf.hxx> #include <sstream> |