Skip to content
Snippets Groups Projects
Commit 3b2d6611 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Missing #includes

parent 1c781e66
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#ifndef DUNE_TECTONIC_GLOBAL_LAURSEN_NONLINEARITY_HH #ifndef DUNE_TECTONIC_GLOBAL_LAURSEN_NONLINEARITY_HH
#define DUNE_TECTONIC_GLOBAL_LAURSEN_NONLINEARITY_HH #define DUNE_TECTONIC_GLOBAL_LAURSEN_NONLINEARITY_HH
#include <vector>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include "globalnonlinearity.hh" #include "globalnonlinearity.hh"
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#ifndef DUNE_TECTONIC_GLOBAL_RUINA_NONLINEARITY_HH #ifndef DUNE_TECTONIC_GLOBAL_RUINA_NONLINEARITY_HH
#define DUNE_TECTONIC_GLOBAL_RUINA_NONLINEARITY_HH #define DUNE_TECTONIC_GLOBAL_RUINA_NONLINEARITY_HH
#include <vector>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include "nicefunction.hh" #include "nicefunction.hh"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#ifndef NICE_FUNCTION_HH #ifndef NICE_FUNCTION_HH
#define NICE_FUNCTION_HH #define NICE_FUNCTION_HH
#include <algorithm>
#include <cmath> #include <cmath>
#include <dune/common/function.hh> #include <dune/common/function.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