[Libreoffice-commits] core.git: tools/inc
Tor Lillqvist
tml at iki.fi
Sat Apr 20 06:09:38 PDT 2013
tools/inc/tools/gen.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 699a22fd492a45a376735e6e9c5f9d474671264f
Author: Tor Lillqvist <tml at iki.fi>
Date: Sat Apr 20 16:09:14 2013 +0300
Include <cmath> for std::abs()
Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f
diff --git a/tools/inc/tools/gen.hxx b/tools/inc/tools/gen.hxx
index 19d10bd..65f4f8c 100644
--- a/tools/inc/tools/gen.hxx
+++ b/tools/inc/tools/gen.hxx
@@ -24,6 +24,7 @@
#include <limits.h>
#include <ostream>
+#include <cmath>
class SvStream;
More information about the Libreoffice-commits
mailing list