Skip to content
Snippets Groups Projects
Commit d9ff6d5e authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/headercheck' into 'master'

[headercheck] fix several headers to pass make headercheck

See merge request !800
parents 30f5b4ac 7cf0986b
No related branches found
No related tags found
1 merge request!800[headercheck] fix several headers to pass make headercheck
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include <type_traits> #include <type_traits>
#include <dune/istl/bcrsmatrix.hh>
namespace Dumux { namespace Dumux {
//! Helper type to determine whether a given type is a Dune::BCRSMatrix //! Helper type to determine whether a given type is a Dune::BCRSMatrix
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <utility> #include <utility>
#include <algorithm> #include <algorithm>
#include <dune/common/exceptions.hh>
#include <dune/common/reservedvector.hh> #include <dune/common/reservedvector.hh>
#include <dumux/discretization/fluxstencil.hh> #include <dumux/discretization/fluxstencil.hh>
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#ifndef DUMUX_DISCRETIZATION_CC_MPFA_INTERACTIONVOLUMEBASE_HH #ifndef DUMUX_DISCRETIZATION_CC_MPFA_INTERACTIONVOLUMEBASE_HH
#define DUMUX_DISCRETIZATION_CC_MPFA_INTERACTIONVOLUMEBASE_HH #define DUMUX_DISCRETIZATION_CC_MPFA_INTERACTIONVOLUMEBASE_HH
#include <vector>
#include <dune/common/exceptions.hh> #include <dune/common/exceptions.hh>
namespace Dumux namespace Dumux
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <algorithm> #include <algorithm>
#include <array> #include <array>
#include <vector>
#include <dune/common/exceptions.hh> #include <dune/common/exceptions.hh>
#include <dune/common/iteratorrange.hh> #include <dune/common/iteratorrange.hh>
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#ifndef DUMUX_DISCRETIZATION_FLUXSTENCIL_HH #ifndef DUMUX_DISCRETIZATION_FLUXSTENCIL_HH
#define DUMUX_DISCRETIZATION_FLUXSTENCIL_HH #define DUMUX_DISCRETIZATION_FLUXSTENCIL_HH
#include <vector>
#include <dune/common/reservedvector.hh> #include <dune/common/reservedvector.hh>
#include <dumux/discretization/methods.hh> #include <dumux/discretization/methods.hh>
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#ifndef DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH #ifndef DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH
#define DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH #define DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH
#include <vector>
#include <dune/common/iteratorrange.hh> #include <dune/common/iteratorrange.hh>
#include <dumux/discretization/scvandscvfiterators.hh> #include <dumux/discretization/scvandscvfiterators.hh>
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <dumux/common/exceptions.hh> #include <dumux/common/exceptions.hh>
#include <dumux/common/valgrind.hh> #include <dumux/common/valgrind.hh>
#include "misciblemultiphasecomposition.hh"
namespace Dumux { namespace Dumux {
/*! /*!
* \ingroup ConstraintSolver * \ingroup ConstraintSolver
......
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