From 2577a6be556b688d9c3dbca8dea2860586e63e11 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 11 Apr 2021 20:24:16 +0100 Subject: forward decl vcl::Window in toolkit/awt/vclxwindow.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I488f994fc890cacd20a6fdc224a098fe0caf3070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113960 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- toolkit/source/controls/tkscrollbar.cxx | 1 + toolkit/source/controls/unocontrol.cxx | 1 + toolkit/source/controls/unocontrols.cxx | 1 + toolkit/source/hatchwindow/hatchwindowfactory.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'toolkit') diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx index d2d1c2248921..f3c6ac33cb35 100644 --- a/toolkit/source/controls/tkscrollbar.cxx +++ b/toolkit/source/controls/tkscrollbar.cxx @@ -25,6 +25,7 @@ #include #include +#include #include diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index 54061dd2cabb..a97cb2229942 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index 7d958e837b3b..d3395e6fd40c 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -42,6 +42,7 @@ #include #include #include +#include #include diff --git a/toolkit/source/hatchwindow/hatchwindowfactory.cxx b/toolkit/source/hatchwindow/hatchwindowfactory.cxx index 3e50db64ee82..7a06cc747d35 100644 --- a/toolkit/source/hatchwindow/hatchwindowfactory.cxx +++ b/toolkit/source/hatchwindow/hatchwindowfactory.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include "hatchwindow.hxx" -- cgit