Skip to content

Commit

Permalink
Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 12, 2024
1 parent 9da7dad commit 95b1300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ${createFileMetadataString(filename)}
#import <Foundation/Foundation.h>
#import <NitroModules/HybridObjectRegistry.hpp>
${umbrellaImport}
#import <type_traits>
@interface ${name} : NSObject
@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>
#import <NitroModules/HybridObjectRegistry.hpp>
#import "NitroImage-Swift-Cxx-Umbrella.hpp"
#import <type_traits>

@interface NitroImageOnLoad : NSObject
@end
Expand Down

0 comments on commit 95b1300

Please sign in to comment.