[Libreoffice-commits] core.git: i18npool/source

Michael Stahl mstahl at redhat.com
Wed Jan 17 10:33:13 UTC 2018


 i18npool/source/calendar/calendar_hijri.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5bc37875ac55ef85f84b1426e83cc0a5246dd90e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Jan 17 11:29:52 2018 +0100

    i18npool: try to fix Android build, no std::trunc
    
    Change-Id: Idf609a4012499e76acc5e7ae76565937f2a58fbd

diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx
index bee72af7e7e3..ad337d397ae0 100644
--- a/i18npool/source/calendar/calendar_hijri.cxx
+++ b/i18npool/source/calendar/calendar_hijri.cxx
@@ -23,6 +23,8 @@
 #include <stdlib.h>
 #include <math.h>
 
+#include <android/compatibility.hxx>
+
 #include <calendar_hijri.hxx>
 
 using namespace ::com::sun::star::uno;


More information about the Libreoffice-commits mailing list