diff options
Diffstat (limited to 'CyteKit/IndirectDelegate.h')
-rw-r--r-- | CyteKit/IndirectDelegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/IndirectDelegate.h b/CyteKit/IndirectDelegate.h index 42bbd0a..ae698cb 100644 --- a/CyteKit/IndirectDelegate.h +++ b/CyteKit/IndirectDelegate.h @@ -22,6 +22,8 @@ #ifndef CyteKit_IndirectDelegate_H #define CyteKit_IndirectDelegate_H +#include <Foundation/Foundation.h> + @interface IndirectDelegate : NSObject { _transient volatile id delegate_; } |