diff --git a/NYTPhotoViewer/NYTPhotoViewController.m b/NYTPhotoViewer/NYTPhotoViewController.m index 2cf1a85f..d1f05c8f 100644 --- a/NYTPhotoViewer/NYTPhotoViewController.m +++ b/NYTPhotoViewer/NYTPhotoViewController.m @@ -12,6 +12,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif NSString * const NYTPhotoViewControllerPhotoImageUpdatedNotification = @"NYTPhotoViewControllerPhotoImageUpdatedNotification"; diff --git a/NYTPhotoViewer/NYTPhotosViewController.m b/NYTPhotoViewer/NYTPhotosViewController.m index 3fcf027a..6e4cc146 100644 --- a/NYTPhotoViewer/NYTPhotosViewController.m +++ b/NYTPhotoViewer/NYTPhotosViewController.m @@ -20,6 +20,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif NSString * const NYTPhotosViewControllerDidNavigateToPhotoNotification = @"NYTPhotosViewControllerDidNavigateToPhotoNotification"; diff --git a/NYTPhotoViewer/NYTScalingImageView.m b/NYTPhotoViewer/NYTScalingImageView.m index 7e7f59ae..a3467cad 100644 --- a/NYTPhotoViewer/NYTScalingImageView.m +++ b/NYTPhotoViewer/NYTScalingImageView.m @@ -12,6 +12,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif @interface NYTScalingImageView () diff --git a/NYTPhotoViewerTests/NYTScalingImageViewTests.m b/NYTPhotoViewerTests/NYTScalingImageViewTests.m index 8a5b5a35..37e1f0e2 100644 --- a/NYTPhotoViewerTests/NYTScalingImageViewTests.m +++ b/NYTPhotoViewerTests/NYTScalingImageViewTests.m @@ -11,6 +11,7 @@ #import #import +#import @interface NYTScalingImageViewTests : XCTestCase