From bf0b625a9523b62125e3a96c1f65c1bbead51f69 Mon Sep 17 00:00:00 2001 From: Lun Wang Date: Thu, 6 Jul 2023 12:10:03 +0900 Subject: [PATCH] fix xcode 14.3 compile error --- RenderCore/Base/CKNonNull.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RenderCore/Base/CKNonNull.h b/RenderCore/Base/CKNonNull.h index 2663a2bd4..c2f2dafed 100644 --- a/RenderCore/Base/CKNonNull.h +++ b/RenderCore/Base/CKNonNull.h @@ -15,6 +15,7 @@ #if CK_NOT_SWIFT #import +#import namespace CK {