From 5807e4a873730fdb245b3c39913fc6acb3779f8a Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Sun, 6 Jan 2019 17:04:21 +0100 Subject: Clean up includes --- zix/sorted_array.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zix/sorted_array.h') diff --git a/zix/sorted_array.h b/zix/sorted_array.h index c10c2b6..3e94ca5 100644 --- a/zix/sorted_array.h +++ b/zix/sorted_array.h @@ -19,6 +19,9 @@ #include "zix/common.h" +#include <stdbool.h> +#include <stddef.h> + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1