diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-11-21 18:24:28 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-11-21 18:25:56 +0100 |
commit | be677b568690415ff90e7937d7269d3b41b39c16 (patch) | |
tree | 4906821b2fffedd01f9228d960ce93ca187ad35f /tools | |
parent | 3b1dcf2e35af2e5ec3405572a709876d0cfa63eb (diff) |
include necessary header
Change-Id: Ibfad213031a2ff07a752cf6b14a2fe35b6e285f4
Diffstat (limited to 'tools')
-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 acbf75a0983f..2ddb21fb9cb5 100644 --- a/tools/inc/tools/gen.hxx +++ b/tools/inc/tools/gen.hxx @@ -23,6 +23,7 @@ #include <tools/solar.h> #include <limits.h> +#include <ostream> class SvStream; |