diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 07:27:25 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 07:27:25 +0000 |
| commit | 98e1902b2c77a2f6300d7ae746dab25c511b6a24 (patch) | |
| tree | 2d5d4af4d346258f0d953d3b3f91fbf0157535fd /NativeApp | |
| parent | Minor update to match API 240069 (diff) | |
| download | DiligentTools-98e1902b2c77a2f6300d7ae746dab25c511b6a24.tar.gz DiligentTools-98e1902b2c77a2f6300d7ae746dab25c511b6a24.zip | |
Fixed iOS build error
Diffstat (limited to 'NativeApp')
| -rw-r--r-- | NativeApp/Apple/Source/Classes/iOS/MetalView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/Apple/Source/Classes/iOS/MetalView.m b/NativeApp/Apple/Source/Classes/iOS/MetalView.m index 4a805af..e042a88 100644 --- a/NativeApp/Apple/Source/Classes/iOS/MetalView.m +++ b/NativeApp/Apple/Source/Classes/iOS/MetalView.m @@ -4,7 +4,7 @@ #import <QuartzCore/CAMetalLayer.h> #endif -#include "DeviceCaps.h" +#include "GraphicsTypes.h" @implementation MetalView |
