Skip to content
Snippets Groups Projects
Commit 3617de57 authored by Felix Gruber's avatar Felix Gruber
Browse files

[cleanup] include header for std::function

std::function is defined in <functional>. Prior to GCC 7 this header was
transitively included through other headers in the C++ Standard Library
but in GCC 7 these transitive includes have been removed.

See https://gcc.gnu.org/gcc-7/porting_to.html#header-dep-changes
parent 34249b06
No related branches found
No related tags found
1 merge request!12017-05 upstream merge
......@@ -3,6 +3,7 @@
#ifndef DUNE_COMMON_PARAMETERIZEDOBJECT_HH
#define DUNE_COMMON_PARAMETERIZEDOBJECT_HH
#include <functional>
#include <map>
#include <dune/common/exceptions.hh>
......
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