[Libreoffice-commits] core.git: sw/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 13:24:51 UTC 2020
sw/source/filter/ww8/WW8Sttbf.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 16f8807a9255359da53e980185591e356166e414
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 8 11:42:59 2020 +0100
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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>
More information about the Libreoffice-commits
mailing list