summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-05-27 09:34:25 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-27 08:39:23 +0000
commit489c46007447a4cae76379c4b3153957998afd65 (patch)
tree3b917b0a0506f629d89b18758c5a35fbdeb42f20 /i18npool
parenta9116e4b7d312d67c075469158cb8eceabe63dba (diff)
Include missing in Windows build
for the std::min we need the header <algorithm> Change-Id: I83d815e1fe8a7221c0eade58df5af887d5a9795a Reviewed-on: https://gerrit.libreoffice.org/15921 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/breakiterator_th.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx
index 08a9400d69ad..a685427df5ee 100644
--- a/i18npool/source/breakiterator/breakiterator_th.cxx
+++ b/i18npool/source/breakiterator/breakiterator_th.cxx
@@ -21,6 +21,7 @@
#include <wtt.h>
#include <string.h>
+#include <algorithm>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;