Fix lookup of std::cerr by including iostream

This commit is contained in:
Markus Blatt 2017-05-24 11:46:19 +02:00
parent f913baa66e
commit e8d89bcf48

View File

@ -22,6 +22,7 @@
#define OPM_PARALLELFILEMERGER_HEADER_INCLUDED
#include <memory>
#include <iostream>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>