diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-03 13:50:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-03 13:50:51 +0200 |
commit | 57cd494c9045d86d8337087be099c0a2e10beb23 (patch) | |
tree | 827863f4fbd749489630986549ccda0c947c5fa0 /tools | |
parent | 464154aa26ae77883dd59fcbaab9e084aa035c9d (diff) |
Missing include
Change-Id: Ib04de3f3f143cfa8a0c9d6171e329655d96527eb
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/datetime/ttime.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |