summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-11 20:24:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-12 09:49:17 +0200
commit2577a6be556b688d9c3dbca8dea2860586e63e11 (patch)
tree316322870f104ef3584c076f1a20c722b3d8cf0c /basctl/source/basicide
parent3077f05a2198bdebd361325ed065a9d69a0491f6 (diff)
forward decl vcl::Window in toolkit/awt/vclxwindow.hxx
Change-Id: I488f994fc890cacd20a6fdc224a098fe0caf3070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113960 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/textwindowpeer.cxx1
1 files changed, 1 insertions, 0 deletions
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 <toolkit/awt/vclxwindow.hxx>
#include <vcl/texteng.hxx>
#include <vcl/textview.hxx>
+#include <vcl/window.hxx>
#include "textwindowpeer.hxx"
namespace {