Skip to content
Snippets Groups Projects
Commit ef96709c authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[common] Fix includes for new start handling

parent 12adfd80
No related branches found
No related tags found
1 merge request!240[common] Fix includes for new start handling
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#ifndef DUMUX_MESSAGE_HH #ifndef DUMUX_MESSAGE_HH
#define DUMUX_MESSAGE_HH #define DUMUX_MESSAGE_HH
#include <iomanip>
#include <iostream> #include <iostream>
#include <ctime> #include <ctime>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#ifndef DUMUX_PARAMETER_PARSER_HH #ifndef DUMUX_PARAMETER_PARSER_HH
#define DUMUX_PARAMETER_PARSER_HH #define DUMUX_PARAMETER_PARSER_HH
#include <fstream>
#include <iostream> #include <iostream>
#include <dune/common/parametertreeparser.hh> #include <dune/common/parametertreeparser.hh>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <iostream> #include <iostream>
#include <dune/common/parallel/mpihelper.hh> #include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/io/file/dgfparser/dgfexception.hh>
#include <dumux/common/propertysystem.hh> #include <dumux/common/propertysystem.hh>
#include <dumux/common/parameters.hh> #include <dumux/common/parameters.hh>
......
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