From ef96709c6bff637c54a2c2d3b5d3bd9117b340ab Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Mon, 31 Oct 2016 12:38:42 +0100 Subject: [PATCH] [common] Fix includes for new start handling --- dumux/common/dumuxmessage.hh | 1 + dumux/common/parameterparser.hh | 1 + dumux/common/start.hh | 1 + 3 files changed, 3 insertions(+) diff --git a/dumux/common/dumuxmessage.hh b/dumux/common/dumuxmessage.hh index 825857b3cf..7102b83129 100644 --- a/dumux/common/dumuxmessage.hh +++ b/dumux/common/dumuxmessage.hh @@ -23,6 +23,7 @@ #ifndef DUMUX_MESSAGE_HH #define DUMUX_MESSAGE_HH +#include <iomanip> #include <iostream> #include <ctime> diff --git a/dumux/common/parameterparser.hh b/dumux/common/parameterparser.hh index 5711c18d5f..d1ef50723b 100644 --- a/dumux/common/parameterparser.hh +++ b/dumux/common/parameterparser.hh @@ -23,6 +23,7 @@ #ifndef DUMUX_PARAMETER_PARSER_HH #define DUMUX_PARAMETER_PARSER_HH +#include <fstream> #include <iostream> #include <dune/common/parametertreeparser.hh> diff --git a/dumux/common/start.hh b/dumux/common/start.hh index ac74ec3850..e2e1e20bbe 100644 --- a/dumux/common/start.hh +++ b/dumux/common/start.hh @@ -27,6 +27,7 @@ #include <iostream> #include <dune/common/parallel/mpihelper.hh> +#include <dune/grid/io/file/dgfparser/dgfexception.hh> #include <dumux/common/propertysystem.hh> #include <dumux/common/parameters.hh> -- GitLab