summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-18 08:45:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-18 08:46:29 +0100
commitc407574416bca2360c4121930c6c6700e82092e3 (patch)
tree223658ecd158a4d8ef88148b1e23d0d6e94132c5 /sc
parent1c47c45b9308b0710950e8078a57e0b3acbab364 (diff)
Fix Android build (missing std::trunc)
...after 110025afab3946586826b18a316416fba41dc1f6 "Odd conversion double -> sal_Int32 -> double" Change-Id: Iaff78e2046261290f8c4ae8bdfcbf1edc5963d87
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/dapiuno.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index 645d5f416e74..8a746ddbdc13 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -20,6 +20,7 @@
#include <algorithm>
#include <cmath>
+#include <android/compatibility.hxx>
#include <svl/hint.hxx>
#include <vcl/svapp.hxx>