]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/IndirectDelegate.h
Swap awkward va_list hack for awkward switch hack.
[cydia.git] / CyteKit / IndirectDelegate.h
index b911fa80f039101113d8aa455eb1dbd9144ed644..ae698cbebde7a8ff71c985eb0637c1f3b425f086 100644 (file)
@@ -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 <Foundation/Foundation.h>
+
 @interface IndirectDelegate : NSObject {
     _transient volatile id delegate_;
 }