[Libreoffice-commits] core.git: sc/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 26 11:55:35 UTC 2019


 sc/source/ui/cctrl/tbzoomsliderctrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6225a903ea84247cebe131bfc6f8d944161c3b4e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 26 10:34:18 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Aug 26 13:53:33 2019 +0200

    Missing include (Windows --disable-pch)
    
    Change-Id: If5a362aada4dc1d6185e1f7f2b94f41a2883aa09
    Reviewed-on: https://gerrit.libreoffice.org/78112
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx
index 77d7067b2dd4..94de56024b03 100644
--- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx
+++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx
@@ -24,6 +24,7 @@
 #include <vcl/gradient.hxx>
 #include <vcl/settings.hxx>
 #include <svx/zoomslideritem.hxx>
+#include <iterator>
 #include <set>
 #include <bitmaps.hlst>
 


More information about the Libreoffice-commits mailing list