From 611150b033340ed7433d6ba2482f86aa5655bd15 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 21 Jan 2015 16:31:14 +0100 Subject: Moved `Reverse` into separate header * it is not in itself a higher order function but only based on one --- test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test.cc') diff --git a/test.cc b/test.cc index f64e385..49b95cb 100644 --- a/test.cc +++ b/test.cc @@ -5,6 +5,7 @@ #include "list/cons.h" #include "list/list.h" +#include "list/operation/reverse.h" #include "list/operation/higher/fold.h" #include "list/operation/higher/misc.h" #include "list/operation/higher/query.h" -- cgit v1.2.3