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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 19:42:42 UTC 2019


 vcl/source/filter/GraphicFormatDetector.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c657b6d617d84bc97d8d527862b83fa1fafa05a4
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed May 29 17:31:13 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed May 29 21:41:29 2019 +0200

    missing include
    
    Change-Id: I3357679d99a4ac2dab21867890140ab5ef2290ad
    Reviewed-on: https://gerrit.libreoffice.org/73177
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/source/filter/GraphicFormatDetector.cxx b/vcl/source/filter/GraphicFormatDetector.cxx
index aba10990c2c7..99c5479a6311 100644
--- a/vcl/source/filter/GraphicFormatDetector.cxx
+++ b/vcl/source/filter/GraphicFormatDetector.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
+
 #include <graphic/GraphicFormatDetector.hxx>
 #include <tools/solar.h>
 #include <tools/zcodec.hxx>


More information about the Libreoffice-commits mailing list