Skip to content
Snippets Groups Projects
Commit 2a9a2dfe authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/parameters-include' into 'master'

[common] Fix missing include in parameters

See merge request !1987
parents 81317a70 9b4c2f53
No related branches found
No related tags found
1 merge request!1987[common] Fix missing include in parameters
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <sstream> #include <sstream>
#include <unordered_map> #include <unordered_map>
#include <fstream> #include <fstream>
#include <functional>
#include <dune/common/parametertree.hh> #include <dune/common/parametertree.hh>
#include <dune/common/parametertreeparser.hh> #include <dune/common/parametertreeparser.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