Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
e71a8029
Commit
e71a8029
authored
Feb 09, 2016
by
Kilian Weishaupt
Browse files
[fix] Add missing headers for make headercheck
parent
2fb6942c
Changes
4
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidmatrixinteractions/2p/brookscorey.hh
View file @
e71a8029
...
...
@@ -26,6 +26,7 @@
#ifndef DUMUX_BROOKS_COREY_HH
#define DUMUX_BROOKS_COREY_HH
#include <dune/common/deprecated.hh>
#include "brookscoreyparams.hh"
#include <algorithm>
...
...
dumux/material/fluidmatrixinteractions/2p/linearmaterial.hh
View file @
e71a8029
...
...
@@ -25,6 +25,7 @@
#ifndef LINEAR_MATERIAL_HH
#define LINEAR_MATERIAL_HH
#include <dune/common/deprecated.hh>
#include "linearmaterialparams.hh"
#include <algorithm>
...
...
dumux/material/fluidmatrixinteractions/2p/vangenuchten.hh
View file @
e71a8029
...
...
@@ -25,6 +25,7 @@
#ifndef VAN_GENUCHTEN_HH
#define VAN_GENUCHTEN_HH
#include <dune/common/deprecated.hh>
#include "vangenuchtenparams.hh"
#include <algorithm>
...
...
dumux/material/fluidmatrixinteractions/3p/efftoabslaw.hh
View file @
e71a8029
...
...
@@ -27,6 +27,7 @@
#ifndef DUMUX_EFF_TO_ABS_LAW_HH
#define DUMUX_EFF_TO_ABS_LAW_HH
#include <dune/common/exceptions.hh>
#include "efftoabslawparams.hh"
namespace
Dumux
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment