diff options
Diffstat (limited to 'Cydia/MIMEAddress.mm')
-rw-r--r-- | Cydia/MIMEAddress.mm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Cydia/MIMEAddress.mm b/Cydia/MIMEAddress.mm index c50525a..a30be35 100644 --- a/Cydia/MIMEAddress.mm +++ b/Cydia/MIMEAddress.mm @@ -19,12 +19,13 @@ **/ /* }}} */ -#include "Cydia/MIMEAddress.h" - -#include <WebKit/WebScriptObject.h> +#include "CyteKit/UCPlatform.h" +#include "Cydia/MIMEAddress.h" #include "CyteKit/RegEx.hpp" +#include "iPhonePrivate.h" + @implementation MIMEAddress - (NSString *) name { |