diff options
Diffstat (limited to '3rdparty/bgfx/src/renderer_mtl.h')
-rw-r--r-- | 3rdparty/bgfx/src/renderer_mtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/renderer_mtl.h b/3rdparty/bgfx/src/renderer_mtl.h index 00981372cd0..7936d1b4897 100644 --- a/3rdparty/bgfx/src/renderer_mtl.h +++ b/3rdparty/bgfx/src/renderer_mtl.h @@ -12,6 +12,7 @@ #import <QuartzCore/CAMetalLayer.h> #import <Metal/Metal.h> +#import <MetalKit/MetalKit.h> #if BX_PLATFORM_IOS # import <UIKit/UIKit.h> |