Skip to content
Snippets Groups Projects
Commit 93dde603 authored by Markus Blatt's avatar Markus Blatt
Browse files

Added missing includes to calm make headercheck.

[[Imported from SVN: r1146]]
parent 32eba296
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,11 @@
#define DUNE_MATRIXMARKET_HH
#include <ostream>
#include <limits>
#include "bcrsmatrix.hh"
#include <dune/common/fmatrix.hh>
#include <dune/common/tuples.hh>
namespace Dune
{
namespace
......
......@@ -5,6 +5,7 @@
#include "graph.hh"
#include "dependency.hh"
#include "pinfo.hh"
#include <dune/istl/operators.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/common/tuples.hh>
......
......@@ -13,6 +13,8 @@
#include "bvector.hh"
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <limits>
namespace Dune
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment