From 70a6a095e298d09728a696221fcc63e4e19a629f Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Mon, 15 Jul 2024 17:27:00 -0400
Subject: Add missing include

---
 test/test_string_view.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_string_view.c b/test/test_string_view.c
index 52b824d..76ceab5 100644
--- a/test/test_string_view.c
+++ b/test/test_string_view.c
@@ -5,6 +5,7 @@
 
 #include "failing_allocator.h"
 
+#include "zix/allocator.h"
 #include "zix/string_view.h"
 
 #include <assert.h>
-- 
cgit v1.2.1