From aac64a63ae94307fb3562185b7b031d58a6ca0b4 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 6 Jun 2017 17:00:20 -0700 Subject: Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71) --- Firebase/Auth/Source/FIRAuth.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Firebase/Auth/Source/FIRAuth.m') diff --git a/Firebase/Auth/Source/FIRAuth.m b/Firebase/Auth/Source/FIRAuth.m index 1fe47b6..1d5a30f 100644 --- a/Firebase/Auth/Source/FIRAuth.m +++ b/Firebase/Auth/Source/FIRAuth.m @@ -14,6 +14,8 @@ * limitations under the License. */ +#import + #import "Private/FIRAuth_Internal.h" #import "FIRAppAssociationRegistration.h" -- cgit v1.2.3