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

Noel Grandin noel at peralex.com
Mon Oct 26 06:04:19 UTC 2015


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

New commits:
commit c3acead32e1d844b81e3e90c72549281d4bc73a2
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Oct 26 08:03:26 2015 +0200

    attempted fix for android build
    
    Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322

diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index 10faec3..05a1033 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -36,6 +36,7 @@
 #include <limits.h>
 #include <math.h>
 #include <stdlib.h>
+#include <cmath>
 
 static int const n10Count = 16;
 static double const n10s[2][n10Count] = {


More information about the Libreoffice-commits mailing list