include/svx/ClassificationEditView.hxx | 1 + include/vcl/syswin.hxx | 2 +- vcl/source/control/tabctrl.cxx | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 38604d6cbeb79731aec023615fa0972dda7715b1 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Feb 21 17:36:39 2018 +0100 Merely forward-declare NotebookBar in vcl/syswin.hxx Change-Id: Ia29e495130f5b83f3422d68597dedcb3b0b27a07 Reviewed-on: https://gerrit.libreoffice.org/50120 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/include/svx/ClassificationEditView.hxx b/include/svx/ClassificationEditView.hxx index 576fe8044af2..cc2a30df78db 100644 --- a/include/svx/ClassificationEditView.hxx +++ b/include/svx/ClassificationEditView.hxx @@ -13,6 +13,7 @@ #include <sal/config.h> #include <svx/svxdllapi.h> +#include <vcl/ctrl.hxx> #include <vcl/dialog.hxx> #include <editeng/flditem.hxx> #include <editeng/numitem.hxx> diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 8dc9bfee1e68..625143ebec6b 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -24,13 +24,13 @@ #include <vcl/dllapi.h> #include <vcl/builder.hxx> #include <vcl/idle.hxx> -#include <vcl/notebookbar.hxx> #include <vcl/window.hxx> #include <o3tl/typed_flags_set.hxx> #include <memory> class ModalDialog; class MenuBar; +class NotebookBar; class TaskPaneList; class VclContainer; diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 94b964dc52c1..507ebc132571 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -17,7 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <vcl/notebookbar.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> #include <vcl/event.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits