From 5aa54f17441afee8c2001d73f4b590eeeafd7414 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 5 May 2017 15:29:21 +0200 Subject: break circular include of include/vcl/window.hxx and include/vcl/vclevent.hxx Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102 Reviewed-on: https://gerrit.libreoffice.org/37338 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- vcl/inc/impfontcharmap.hxx | 3 +++ vcl/inc/svdata.hxx | 1 + vcl/inc/unx/printergfx.hxx | 2 ++ 3 files changed, 6 insertions(+) (limited to 'vcl/inc') 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 +#include + class ImplFontCharMap; typedef tools::SvRef 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 #include #include +#include #include 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 #include +enum class PolyFlags : sal_uInt8; + namespace psp { struct JobData; -- cgit