From 053e1868d29018fb127a92847f4c43f371f98e38 Mon Sep 17 00:00:00 2001 From: sc-nick Date: Wed, 29 Oct 2025 09:02:24 +0300 Subject: [PATCH] fix wrong file import --- src/ios/GMImagePicker/GMGridViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/GMImagePicker/GMGridViewController.h b/src/ios/GMImagePicker/GMGridViewController.h index 3265f1dc..e9930a15 100755 --- a/src/ios/GMImagePicker/GMGridViewController.h +++ b/src/ios/GMImagePicker/GMGridViewController.h @@ -8,7 +8,7 @@ #import "GMImagePickerController.h" -#import "UIImage+fixOrientation.m" +#import "UIImage+fixOrientation.h" #import