aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-06 17:00:20 -0700
committerGravatar GitHub <noreply@github.com>2017-06-06 17:00:20 -0700
commitaac64a63ae94307fb3562185b7b031d58a6ca0b4 (patch)
treeca87c49451c36016a79fdbed5307972c99f429aa /Firebase/Storage
parent6bf24632ed11d1291e88a046465ffcf504156537 (diff)
Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71)
Diffstat (limited to 'Firebase/Storage')
-rw-r--r--Firebase/Storage/FIRStorageUtils.m2
1 files changed, 2 insertions, 0 deletions
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 <Foundation/Foundation.h>
+
#if TARGET_OS_IOS
#import <MobileCoreServices/MobileCoreServices.h>
#elif TARGET_OS_OSX