[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - i18npool/source

Juergen Funk juergen.funk_ml at cib.de
Wed May 27 01:39:52 PDT 2015


 i18npool/source/breakiterator/breakiterator_th.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 489c46007447a4cae76379c4b3153957998afd65
Author: Juergen Funk <juergen.funk_ml at cib.de>
Date:   Wed May 27 09:34:25 2015 +0200

    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 at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx
index 08a9400..a685427 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;


More information about the Libreoffice-commits mailing list