Skip to content
Snippets Groups Projects
Commit e71a8029 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[fix] Add missing headers for make headercheck

parent 2fb6942c
No related branches found
No related tags found
1 merge request!74Fix/fs305 dx dswe
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#ifndef DUMUX_BROOKS_COREY_HH #ifndef DUMUX_BROOKS_COREY_HH
#define DUMUX_BROOKS_COREY_HH #define DUMUX_BROOKS_COREY_HH
#include <dune/common/deprecated.hh>
#include "brookscoreyparams.hh" #include "brookscoreyparams.hh"
#include <algorithm> #include <algorithm>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#ifndef LINEAR_MATERIAL_HH #ifndef LINEAR_MATERIAL_HH
#define LINEAR_MATERIAL_HH #define LINEAR_MATERIAL_HH
#include <dune/common/deprecated.hh>
#include "linearmaterialparams.hh" #include "linearmaterialparams.hh"
#include <algorithm> #include <algorithm>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#ifndef VAN_GENUCHTEN_HH #ifndef VAN_GENUCHTEN_HH
#define VAN_GENUCHTEN_HH #define VAN_GENUCHTEN_HH
#include <dune/common/deprecated.hh>
#include "vangenuchtenparams.hh" #include "vangenuchtenparams.hh"
#include <algorithm> #include <algorithm>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#ifndef DUMUX_EFF_TO_ABS_LAW_HH #ifndef DUMUX_EFF_TO_ABS_LAW_HH
#define DUMUX_EFF_TO_ABS_LAW_HH #define DUMUX_EFF_TO_ABS_LAW_HH
#include <dune/common/exceptions.hh>
#include "efftoabslawparams.hh" #include "efftoabslawparams.hh"
namespace Dumux namespace Dumux
......
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