From 7752bbe121fa0cd892ffc6ddaf465f519573dc09 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Feb 2021 15:24:58 +0000 Subject: foward declare NotebookBarAddonsItem instead of using include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I57e5a8f28a40994b61ab0f554401e4f70c8ffc12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111230 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/slideshow/slideshowimpl.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx') diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index df7f530f4fea..22893cf34a3a 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -67,6 +67,7 @@ #include "PaneHider.hxx" #include +#include #include #include #include -- cgit