diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-12 15:02:38 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-14 05:09:08 -0700 |
commit | 5c1b89fbaedb2dc0b223b912bbfbbc9e5ed72928 (patch) | |
tree | 4d8a62552c02dfb23c15ddb71ec623e6825b42ce /CyteKit/PerlCompatibleRegEx.hpp | |
parent | f5cb18ca4fc5d17f2d1565bebf79b84931a680c2 (diff) |
Forgot UCPlatform.h in PCRE.
Diffstat (limited to 'CyteKit/PerlCompatibleRegEx.hpp')
-rw-r--r-- | CyteKit/PerlCompatibleRegEx.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/PerlCompatibleRegEx.hpp b/CyteKit/PerlCompatibleRegEx.hpp index cbbe068..e1c0e2e 100644 --- a/CyteKit/PerlCompatibleRegEx.hpp +++ b/CyteKit/PerlCompatibleRegEx.hpp @@ -42,6 +42,7 @@ #include <pcre.h> +#include "CyteKit/UCPlatform.h" #include "CyteKit/stringWithUTF8Bytes.h" class Pcre { |