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 --- basctl/source/basicide/textwindowpeer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basctl') diff --git a/basctl/source/basicide/textwindowpeer.cxx b/basctl/source/basicide/textwindowpeer.cxx index 8375f353f8a3..fc458453778b 100644 --- a/basctl/source/basicide/textwindowpeer.cxx +++ b/basctl/source/basicide/textwindowpeer.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include "textwindowpeer.hxx" namespace { -- cgit