From 949597d23ed71937c79050ed15c9107be6d41012 Mon Sep 17 00:00:00 2001 From: Jordi Ramon Date: Mon, 14 Nov 2022 06:54:46 -0800 Subject: [PATCH] Fixed missing dependencies for iOS SDK 15.1 Summary: jadegordon found some missing dependencies. So, I added missing dependencies for new iOS SDK v15.1 inside FBUnityInterface.mm file Reviewed By: joesus Differential Revision: D41181740 fbshipit-source-id: 7c9bc7711cf96924c9f958de5e672896d997d060 --- UnitySDK/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnitySDK/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm b/UnitySDK/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm index 04afbc3d..ccdf19ff 100644 --- a/UnitySDK/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm +++ b/UnitySDK/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm @@ -16,6 +16,8 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#import +#import #import #import #import