X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6d9696a59dd8fe72d3c46e0703d2a019806b50ed..2e362598168e73f935146b3b7ec4318390651cc6:/CyteKit/IndirectDelegate.h diff --git a/CyteKit/IndirectDelegate.h b/CyteKit/IndirectDelegate.h index b911fa80..ae698cbe 100644 --- a/CyteKit/IndirectDelegate.h +++ b/CyteKit/IndirectDelegate.h @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2012 Jay Freeman (saurik) + * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -22,6 +22,8 @@ #ifndef CyteKit_IndirectDelegate_H #define CyteKit_IndirectDelegate_H +#include + @interface IndirectDelegate : NSObject { _transient volatile id delegate_; }