[Libreoffice-commits] core.git: sal/rtl

Michael Stahl mstahl at redhat.com
Tue Jan 16 22:11:21 UTC 2018


 sal/rtl/math.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c92d616560c96f8841f6f29267a74239282b6f9f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jan 16 23:08:43 2018 +0100

    sal: try to fix Android build, no std::round
    
    Change-Id: I58bc7c9099cd2a3a90f92efbd179d0f3abce02a6

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>


More information about the Libreoffice-commits mailing list