sw/source/filter/ww8/WW8Sttbf.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 16f8807a9255359da53e980185591e356166e414
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Jan 8 11:42:59 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Jan 8 14:24:16 2020 +0100

    Missing include (Windows --disable-pch; for std::min)
    
    Change-Id: Ie6951257a94ae004e1a51f46e908917a07d137f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86417
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx 
b/sw/source/filter/ww8/WW8Sttbf.cxx
index cd253087d68a..54e05c42ac02 100644
--- a/sw/source/filter/ww8/WW8Sttbf.cxx
+++ b/sw/source/filter/ww8/WW8Sttbf.cxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
 #include <iostream>
 #include "WW8Sttbf.hxx"
 #include <osl/endian.h>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to