From 12e7c3c066a16971a5ce07e6f03308bbcec53fd2 Mon Sep 17 00:00:00 2001 From: pewsou Date: Fri, 24 Jun 2022 10:13:59 +0000 Subject: [PATCH] Update ASFKQueue+Internal.h minor --- src/ASFKQueue+Internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ASFKQueue+Internal.h b/src/ASFKQueue+Internal.h index 12041a7..23a26fd 100644 --- a/src/ASFKQueue+Internal.h +++ b/src/ASFKQueue+Internal.h @@ -15,7 +15,7 @@ // Copyright © 2019-2022 Boris Vigman. All rights reserved. // -#import +#import "ASFKBase.h" @interface ASFKQueue (Internal) -(void) begin;