summaryrefslogtreecommitdiff
path: root/tools/inc/tools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-20 16:27:19 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-20 16:27:19 +0200
commit609cb4b332e4b2ddb1f449ba059fd33c3d49dc84 (patch)
tree67685a0b8b9d481e321958c4658c16437c0e5914 /tools/inc/tools
parent1a02fb9e70fca278be1dbef03e6b73394ffe8397 (diff)
we want the int. overloads of abs() here
Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90
Diffstat (limited to 'tools/inc/tools')
-rw-r--r--tools/inc/tools/gen.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/gen.hxx b/tools/inc/tools/gen.hxx
index 65f4f8c4eff0..c1a1e359bccc 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;