Skip to content
Snippets Groups Projects
Commit 73dc799a authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Add missing utility include, needed for std::forward

See merge request !193
parents 90676f0e a303d814
No related branches found
No related tags found
1 merge request!193Add missing utility include, needed for std::forward
Pipeline #
......@@ -23,6 +23,8 @@
// which allows for {} initialization of its member.
//
#include <utility>
template <typename Iterable>
struct reverse_wrapper { Iterable iterable; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment