diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-20 16:09:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-20 16:09:14 +0300 |
commit | 699a22fd492a45a376735e6e9c5f9d474671264f (patch) | |
tree | ec1f6b683a959579827ae5f5d5b4ac83e716b10e /tools/inc | |
parent | 3af6366dee15674b8e74c084ddc111bc93c5c1c2 (diff) |
Include <cmath> for std::abs()
Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/gen.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inc/tools/gen.hxx b/tools/inc/tools/gen.hxx index 19d10bd96af5..65f4f8c4eff0 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; |