Skip to content
Snippets Groups Projects
Commit 8200892c authored by Oliver Sander's avatar Oliver Sander
Browse files

Include missing headers

Patch by Elias Pipping

[[Imported from SVN: r6920]]
parent b887e9f3
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
#include <iostream>
#include <algorithm>
#include <vector>
#include <cassert>
#include <complex>
using namespace Dune;
......
......@@ -11,6 +11,7 @@
#include <iostream>
#include <complex>
#include <typeinfo>
#include <cassert>
using Dune::FieldVector;
......
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