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/Storage/FIRStorageUtils.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Firebase/Storage') diff --git a/Firebase/Storage/FIRStorageUtils.m b/Firebase/Storage/FIRStorageUtils.m index 5c6a1fa..216b4b6 100644 --- a/Firebase/Storage/FIRStorageUtils.m +++ b/Firebase/Storage/FIRStorageUtils.m @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#import + #if TARGET_OS_IOS #import #elif TARGET_OS_OSX -- cgit v1.2.3