include iostream in the files which use std::cerr or std::cout

for some of these files this is needed to make to keep it compiling
after the next patch because the new ErrorMacros.hpp file will no
longer implicitly includes <iostream>. for the remaining files it is
just good style.

While at it, the includes for most of these files have been ordered in
order of decreasing abstraction level.
This commit is contained in:
Andreas Lauser
2013-08-28 14:19:12 +02:00
parent 1d61208d88
commit d11db08084
29 changed files with 60 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <cstddef>
#include <iostream>
BOOST_AUTO_TEST_CASE(SingleColumnTest)
{