From 699a22fd492a45a376735e6e9c5f9d474671264f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 20 Apr 2013 16:09:14 +0300 Subject: Include for std::abs() Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f --- tools/inc/tools/gen.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 #include +#include class SvStream; -- cgit