diff options
Diffstat (limited to 'CyteKit/ViewController.mm')
-rw-r--r-- | CyteKit/ViewController.mm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index ae7539c..3bf9c41 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -19,11 +19,13 @@ **/ /* }}} */ -#include "CyteKit/ViewController.h" +#include "CyteKit/UCPlatform.h" #include <Foundation/Foundation.h> #include <UIKit/UIKit.h> +#include "CyteKit/ViewController.h" + #include "iPhonePrivate.h" @implementation UIViewController (Cydia) |