summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-07 20:45:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-08 17:12:12 +0200
commit98f125ecbb2a80c34213f7e86a417f74ee7e13a1 (patch)
treeb3a9edb60e366a81deac5d8a9b2a6ed4e0013b33 /slideshow
parentc7a708f8c38f47b8c0f74c87b2cb3889cafd4473 (diff)
use some forward declares
Change-Id: If7f726e8dddb63c8a566f9aa208cd317213d5eba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120166 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/opengl/TransitionerImpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/engine/opengl/TransitionerImpl.cxx b/slideshow/source/engine/opengl/TransitionerImpl.cxx
index bf8c23744fc3..3bba744a7fb0 100644
--- a/slideshow/source/engine/opengl/TransitionerImpl.cxx
+++ b/slideshow/source/engine/opengl/TransitionerImpl.cxx
@@ -61,6 +61,7 @@
#include <vcl/canvastools.hxx>
#include <vcl/opengl/OpenGLContext.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
+#include <vcl/syschild.hxx>
#include <vcl/window.hxx>
#include "TransitionImpl.hxx"