summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-16 23:08:43 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-16 23:09:22 +0100
commitc92d616560c96f8841f6f29267a74239282b6f9f (patch)
tree56f43a3b839e5201eef63849fe36019ddd2eaedd /sal
parent4a79b0a4354fb16d1912c2d55848e1ff106cfc0f (diff)
sal: try to fix Android build, no std::round
Change-Id: I58bc7c9099cd2a3a90f92efbd179d0f3abce02a6
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/math.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index 387ae3b2b4aa..18ece939e8d4 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -30,6 +30,7 @@
#include <rtl/ustring.h>
#include <sal/mathconf.h>
#include <sal/types.h>
+#include <android/compatibility.hxx>
#include <algorithm>
#include <cassert>