Skip to content
Snippets Groups Projects
Commit 726861fe authored by kilian.weishaupt_at_iws.uni-stuttgart.de's avatar kilian.weishaupt_at_iws.uni-stuttgart.de
Browse files

[compatibility] Use <memory> instead of <tr1/memory>

* <tr1/memory> is not available on Mac
parent 2dda34fc
Branches
No related tags found
1 merge request!11Compatibility with mac
Pipeline #10243 passed
......@@ -2,7 +2,7 @@
#define DUNE_SUBGRID_SUBGRID_LEAF_INTERSECTION_ITERATOR_HH
#include <list>
#include <tr1/memory>
#include <memory>
#include <dune/common/shared_ptr.hh>
#include <dune/subgrid/subgrid/subgridfaceiterator.hh>
......
......@@ -2,7 +2,7 @@
#define DUNE_SUBGRID_SUBGRID_LEVEL_INTERSECTION_ITERATOR_HH
#include <list>
#include <tr1/memory>
#include <memory>
#include <dune/common/shared_ptr.hh>
/** \file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment