Skip to content
Snippets Groups Projects
Commit 3e790d43 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'issue/nodecache-includes' into 'master'

Add missing includes to NodeCache

See merge request amdis/amdis!225
parents f44460ae c4d2689c
Branches master
No related tags found
No related merge requests found
......@@ -10,9 +10,11 @@
#include <dune/geometry/type.hh>
#include <dune/typetree/compositenode.hh>
#include <dune/typetree/dynamicpowernode.hh>
#include <dune/typetree/leafnode.hh>
#include <dune/typetree/nodetags.hh>
#include <dune/typetree/powernode.hh>
#include <dune/typetree/compositenode.hh>
#include <amdis/common/ConcurrentCache.hpp>
......
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