summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-17 11:29:52 +0100
committerJan Holesovsky <kendy@collabora.com>2019-06-05 18:44:30 +0200
commit032af1cc0d505ed60f886ebaa55e19d83a3de964 (patch)
tree6faa38c09135be366d58521822634b1b18893513 /i18npool
parente0ad940fc2d488d7336043b9628d9f4121f8b2f9 (diff)
i18npool: try to fix Android build, no std::trunc
Change-Id: Idf609a4012499e76acc5e7ae76565937f2a58fbd
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx
index 292ee50ba8cd..aab9088d930c 100644
--- a/i18npool/source/calendar/calendar_hijri.cxx
+++ b/i18npool/source/calendar/calendar_hijri.cxx
@@ -21,6 +21,8 @@
#include <stdlib.h>
#include <math.h>
+#include <android/compatibility.hxx>
+
#include <calendar_hijri.hxx>
using namespace ::com::sun::star::uno;