From 5a9366307d23b220657629c494827def3544c490 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 16 Feb 2015 16:35:38 +0100 Subject: Renamed `detail::Sort` to `detail::quick_sort` * opens up the possibility of implementing different sort algorithms in this library * removed now unnecessary namespace prefixes --- src/list/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list/list.h') diff --git a/src/list/list.h b/src/list/list.h index 1a4c260..edb52ec 100644 --- a/src/list/list.h +++ b/src/list/list.h @@ -1,6 +1,7 @@ #ifndef TYPEASVALUE_SRC_LIST_LIST_H_ #define TYPEASVALUE_SRC_LIST_LIST_H_ +#include "type.h" #include "cons.h" #include "detail/fold_variadic.h" -- cgit v1.2.3