diff options
Diffstat (limited to 'CyteKit/stringWithUTF8Bytes.mm')
-rw-r--r-- | CyteKit/stringWithUTF8Bytes.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/stringWithUTF8Bytes.mm b/CyteKit/stringWithUTF8Bytes.mm index 94fe1ed..2e94dd4 100644 --- a/CyteKit/stringWithUTF8Bytes.mm +++ b/CyteKit/stringWithUTF8Bytes.mm @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "CyteKit/stringWithUTF8Bytes.h" @implementation NSString (Cyte) |