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 b03e238d45
commit 5bb9053206
3 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
#include <numeric>
#include <fstream>
#include <iostream>
namespace Opm

View File

@@ -50,6 +50,7 @@
#include <boost/filesystem.hpp>
#include <memory>
#include <iostream>
#include <numeric>
#include <fstream>

View File

@@ -22,6 +22,7 @@
#include <memory>
#include <vector>
#include <iostream>
struct UnstructuredGrid;
struct Wells;