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

New commits:
commit c657b6d617d84bc97d8d527862b83fa1fafa05a4
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed May 29 17:31:13 2019 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to