From 7d8fc80693218ae0b95e4e6513763ca9345eb31a Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sun, 22 Jul 2012 04:14:04 +0200 Subject: [PATCH] Fix compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suddenly came up … perfect. --- Classes/BITUpdateViewControllerPrivate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/BITUpdateViewControllerPrivate.h b/Classes/BITUpdateViewControllerPrivate.h index 54aa07952c..310d10c500 100644 --- a/Classes/BITUpdateViewControllerPrivate.h +++ b/Classes/BITUpdateViewControllerPrivate.h @@ -29,6 +29,7 @@ */ #import +#import "PSStoreButton.h" typedef enum { AppStoreButtonStateOffline,