aboutsummaryrefslogtreecommitdiff
path: root/src/list/list.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-16 16:35:38 +0100
committerAdrian Kummerlaender2015-02-16 16:35:38 +0100
commit5a9366307d23b220657629c494827def3544c490 (patch)
treea9ca13de33d1098a4b02755c0c29435d146cdb8f /src/list/list.h
parent45c63c95293e42860ee17368ab24cc65cc60d378 (diff)
downloadTypeAsValue-5a9366307d23b220657629c494827def3544c490.tar
TypeAsValue-5a9366307d23b220657629c494827def3544c490.tar.gz
TypeAsValue-5a9366307d23b220657629c494827def3544c490.tar.bz2
TypeAsValue-5a9366307d23b220657629c494827def3544c490.tar.lz
TypeAsValue-5a9366307d23b220657629c494827def3544c490.tar.xz
TypeAsValue-5a9366307d23b220657629c494827def3544c490.tar.zst
TypeAsValue-5a9366307d23b220657629c494827def3544c490.zip
Renamed `detail::Sort` to `detail::quick_sort`
* opens up the possibility of implementing different sort algorithms in this library * removed now unnecessary namespace prefixes
Diffstat (limited to 'src/list/list.h')
-rw-r--r--src/list/list.h1
1 files changed, 1 insertions, 0 deletions
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"