lotuswordpro/source/filter/bencont.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c763ff8c7fb47432a4942eb5b9c010d2a1117e5f
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Apr 21 21:58:13 2020 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Wed Apr 22 08:46:31 2020 +0200

    Add include needed for std::min
    
    Change-Id: Ia7bb9a99c029d9ad47371b5ae999fd9808c4cbac
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92537
    Tested-by: Mike Kaganski <mike.kagan...@collabora.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/lotuswordpro/source/filter/bencont.cxx 
b/lotuswordpro/source/filter/bencont.cxx
index 3f85996722ee..ca63a961e197 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -57,6 +57,7 @@
 #include "tocread.hxx"
 #include <assert.h>
 #include <stdio.h>
+#include <algorithm>
 #include <osl/diagnose.h>
 #include <sot/storinfo.hxx>
 namespace OpenStormBento
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to