diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 01:38:42 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 01:38:42 -0800 |
commit | 63755c48fd5fe4f31775e0f38857314879b93f39 (patch) | |
tree | c3018c82893e52b80a40b0795ee47001d3318da4 /CyteKit/WebScriptObject-Cyte.mm | |
parent | 09e03d2385c301e68025da688831f50dd2e3734d (diff) |
Move more of sysroot's sadness into iPhonePrivate.
Diffstat (limited to 'CyteKit/WebScriptObject-Cyte.mm')
-rw-r--r-- | CyteKit/WebScriptObject-Cyte.mm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CyteKit/WebScriptObject-Cyte.mm b/CyteKit/WebScriptObject-Cyte.mm index df1bfca..7fa851d 100644 --- a/CyteKit/WebScriptObject-Cyte.mm +++ b/CyteKit/WebScriptObject-Cyte.mm @@ -19,8 +19,12 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "CyteKit/WebScriptObject-Cyte.h" +#include "iPhonePrivate.h" + @implementation WebScriptObject (Cyte) - (NSUInteger) count { |