diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impfontcharmap.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/svdata.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/printergfx.hxx | 2 | ||||
-rw-r--r-- | vcl/source/bitmap/BitmapTools.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/generic/print/common_gfx.cxx | 2 |
5 files changed, 8 insertions, 1 deletions
diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx index e03bf2665f38..197333a49b6e 100644 --- a/vcl/inc/impfontcharmap.hxx +++ b/vcl/inc/impfontcharmap.hxx @@ -20,6 +20,9 @@ #ifndef INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX #define INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX +#include <tools/ref.hxx> +#include <vcl/dllapi.h> + class ImplFontCharMap; typedef tools::SvRef<ImplFontCharMap> ImplFontCharMapRef; diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 1d8d5ad56367..bc87e6887f1d 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -25,6 +25,7 @@ #include <tools/fldunit.hxx> #include <unotools/options.hxx> #include <vcl/svapp.hxx> +#include <vcl/window.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx index 41a5f843cc39..f1fc5229ced3 100644 --- a/vcl/inc/unx/printergfx.hxx +++ b/vcl/inc/unx/printergfx.hxx @@ -29,6 +29,8 @@ #include <list> #include <vector> +enum class PolyFlags : sal_uInt8; + namespace psp { struct JobData; diff --git a/vcl/source/bitmap/BitmapTools.cxx b/vcl/source/bitmap/BitmapTools.cxx index d9990167c534..d0b00e1d8b07 100644 --- a/vcl/source/bitmap/BitmapTools.cxx +++ b/vcl/source/bitmap/BitmapTools.cxx @@ -23,6 +23,7 @@ #include <tools/rcid.h> #include <tools/resmgr.hxx> +#include <vcl/settings.hxx> #include <vcl/svapp.hxx> using namespace css; diff --git a/vcl/unx/generic/print/common_gfx.cxx b/vcl/unx/generic/print/common_gfx.cxx index ef1a767e3414..b06767308b7a 100644 --- a/vcl/unx/generic/print/common_gfx.cxx +++ b/vcl/unx/generic/print/common_gfx.cxx @@ -30,9 +30,9 @@ #include <vcl/strhelper.hxx> #include "printerinfomanager.hxx" -#include "tools/debug.hxx" #include "tools/color.hxx" #include "tools/poly.hxx" +#include "tools/stream.hxx" using namespace psp ; |