Skip to content
Snippets Groups Projects
Commit ac911d8d authored by René Fritze's avatar René Fritze
Browse files

[common] fixes missing include

std::cout is in iostream, not ostream
parent 7feec91d
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <vector> #include <vector>
#include <map> #include <map>
#include <string> #include <string>
#include <ostream> #include <iostream>
namespace Dune { namespace Dune {
namespace Stuff { namespace Stuff {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment