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

Include missing header <memory> (for std::unique_ptr)

parent 98305f9d
No related branches found
No related tags found
1 merge request!49Replace a C pointer by a std::unique_ptr
Pipeline #
......@@ -2,6 +2,7 @@
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_ISTL_MATRIXREDISTRIBUTE_HH
#define DUNE_ISTL_MATRIXREDISTRIBUTE_HH
#include <memory>
#include "repartition.hh"
#include <dune/common/exceptions.hh>
#include <dune/common/parallel/indexset.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment