index
:
zix.git
main
Zix portable data structure and utility library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zix
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'zix')
-rw-r--r--
zix/zix.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/zix/zix.h b/zix/zix.h
index 12a19bc..f6e0b5d 100644
--- a/
zix/zix.h
+++ b/
zix/zix.h
@@ -24,6 +24,7 @@
*/
#include "zix/common.h"
+#include "zix/sorted_array.h"
#include "zix/tree.h"
/**