diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-20 16:27:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-20 16:27:19 +0200 |
commit | 609cb4b332e4b2ddb1f449ba059fd33c3d49dc84 (patch) | |
tree | 67685a0b8b9d481e321958c4658c16437c0e5914 /tools | |
parent | 1a02fb9e70fca278be1dbef03e6b73394ffe8397 (diff) |
we want the int. overloads of abs() here
Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/gen.hxx | 2 |
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; |