summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-20 16:09:14 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-20 16:09:14 +0300
commit699a22fd492a45a376735e6e9c5f9d474671264f (patch)
treeec1f6b683a959579827ae5f5d5b4ac83e716b10e /tools
parent3af6366dee15674b8e74c084ddc111bc93c5c1c2 (diff)
Include <cmath> for std::abs()
Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/gen.hxx1
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;