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

Stephan Bergmann sbergman at redhat.com
Thu Jan 18 07:46:52 UTC 2018


 sc/source/ui/unoobj/dapiuno.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c407574416bca2360c4121930c6c6700e82092e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jan 18 08:45:32 2018 +0100

    Fix Android build (missing std::trunc)
    
    ...after 110025afab3946586826b18a316416fba41dc1f6 "Odd conversion double ->
    sal_Int32 -> double"
    
    Change-Id: Iaff78e2046261290f8c4ae8bdfcbf1edc5963d87

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>
 


More information about the Libreoffice-commits mailing list