[Libreoffice-commits] core.git: tools/inc

David Tardon dtardon at redhat.com
Sat Apr 20 07:28:49 PDT 2013


 tools/inc/tools/gen.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 609cb4b332e4b2ddb1f449ba059fd33c3d49dc84
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 20 16:27:19 2013 +0200

    we want the int. overloads of abs() here
    
    Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90

diff --git a/tools/inc/tools/gen.hxx b/tools/inc/tools/gen.hxx
index 65f4f8c..c1a1e35 100644
--- a/tools/inc/tools/gen.hxx
+++ b/tools/inc/tools/gen.hxx
@@ -24,7 +24,7 @@
 
 #include <limits.h>
 #include <ostream>
-#include <cmath>
+#include <cstdlib>
 
 class SvStream;
 


More information about the Libreoffice-commits mailing list