[Libreoffice-commits] core.git: tools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 3 11:51:21 UTC 2018
tools/source/datetime/ttime.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 57cd494c9045d86d8337087be099c0a2e10beb23
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 3 13:50:51 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 3 13:50:51 2018 +0200
Missing include
Change-Id: Ib04de3f3f143cfa8a0c9d6171e329655d96527eb
diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx
index e4a6afd50048..5a677b9b0dbf 100644
--- a/tools/source/datetime/ttime.cxx
+++ b/tools/source/datetime/ttime.cxx
@@ -19,6 +19,8 @@
#include <sal/config.h>
+#include <algorithm>
+
#if defined(_WIN32)
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
More information about the Libreoffice-commits
mailing list