From d134050e5d9471792ca439c4b309ec94b42002e4 Mon Sep 17 00:00:00 2001 From: MariusRaducan <31073489+MariusRaducan@users.noreply.github.com> Date: Fri, 25 May 2018 15:45:39 +0300 Subject: [PATCH] Update YGLayout.h This fixes the following compilation error on XCode 9.3: "Include of non-modular header inside framework module 'YogaKit.YGLayout': " --- YogaKit/Source/YGLayout.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/YogaKit/Source/YGLayout.h b/YogaKit/Source/YGLayout.h index 7b9d583a..ff169ff2 100644 --- a/YogaKit/Source/YGLayout.h +++ b/YogaKit/Source/YGLayout.h @@ -6,9 +6,7 @@ */ #import -#import -#import -#import +@import yoga; YG_EXTERN_C_BEGIN -- 2.50.1.windows.1