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

Fix #includes

parent 3b3b8bd4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/common/shared_ptr.hh>
#include "localnonlinearity.hh"
#include "globalnonlinearity.hh"
......
......@@ -4,6 +4,7 @@
#define DUNE_TECTONIC_GLOBAL_NONLINEARITY_HH
#include <dune/common/fvector.hh>
#include <dune/common/shared_ptr.hh>
#include "nicefunction.hh"
#include "localnonlinearity.hh"
......
......@@ -7,6 +7,7 @@
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/fufem/interval.hh>
......
......@@ -4,6 +4,7 @@
#define MY_BLOCK_PROBLEM_HH
#include <dune/common/bitsetvector.hh>
#include <dune/common/parametertree.hh>
#include <dune/tnnmg/problem-classes/bisection.hh>
#include <dune/tnnmg/problem-classes/onedconvexfunction.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