From 1f5c42737fff4f222be0edb628fede2eb4dfeb91 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 15 Sep 2021 22:18:13 -0400
Subject: Add redundant forward declaration to appease clang-tidy

---
 include/zix/allocator.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/zix/allocator.h b/include/zix/allocator.h
index f1737be..bcffda5 100644
--- a/include/zix/allocator.h
+++ b/include/zix/allocator.h
@@ -19,6 +19,8 @@ extern "C" {
    @{
 */
 
+struct ZixAllocatorImpl;
+
 /**
    A memory allocator.
 
-- 
cgit v1.2.1