diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-22 16:35:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-22 20:26:08 +0100 |
commit | c02696d7f9e4f56954e1c37452949762872f1f8e (patch) | |
tree | 4747644c1604bda5ab8a00830a8adb4358868f38 /vcl/source/uitest | |
parent | 216d7c42a8ccc5fa1379e84cb6b32d21857f774d (diff) |
forward declare some things and avoid includes
Change-Id: I8bf6e23904c932de646aa84fffab1b5549dbdf31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111349
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index ad514636fbd8..be619a77d53d 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -15,6 +15,7 @@ #include <vcl/toolkit/combobox.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> +#include <vcl/menu.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> #include <vcl/toolkit/lstbox.hxx> |