Skip to content
Snippets Groups Projects
Commit 67b82bb4 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Add missing includes

parent 9fdb946c
No related branches found
No related tags found
No related merge requests found
#include <config.h> #include <config.h>
#include <cassert>
#include <fstream> #include <fstream>
#include <dune/common/parallel/mpihelper.hh> #include <dune/common/parallel/mpihelper.hh>
......
#include <config.h> #include <config.h>
#include <array> #include <array>
#include <cassert>
#include <cmath> #include <cmath>
#include <cstdio> #include <cstdio>
#include <list> #include <list>
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
#include "config.h" #include "config.h"
#endif #endif
#include <cassert>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment