explicitly include <iostream> in files which use std::cout or std::cerr

This commit is contained in:
Andreas Lauser
2013-09-05 12:39:11 +02:00
parent 05af2ab6ff
commit 4859e77c79
5 changed files with 7 additions and 2 deletions

View File

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