diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-11 20:24:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-12 09:49:17 +0200 |
commit | 2577a6be556b688d9c3dbca8dea2860586e63e11 (patch) | |
tree | 316322870f104ef3584c076f1a20c722b3d8cf0c /dbaccess | |
parent | 3077f05a2198bdebd361325ed065a9d69a0491f6 (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 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.cxx b/dbaccess/source/ui/uno/ColumnControl.cxx index 6cf6e248e55e..51930de95119 100644 --- a/dbaccess/source/ui/uno/ColumnControl.cxx +++ b/dbaccess/source/ui/uno/ColumnControl.cxx @@ -20,6 +20,7 @@ #include "ColumnControl.hxx" #include "ColumnPeer.hxx" #include <apitools.hxx> +#include <vcl/window.hxx> #include <com/sun/star/awt/PosSize.hpp> extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* |