summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-12 15:02:38 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-14 05:09:08 -0700
commit5c1b89fbaedb2dc0b223b912bbfbbc9e5ed72928 (patch)
tree4d8a62552c02dfb23c15ddb71ec623e6825b42ce /CyteKit
parentf5cb18ca4fc5d17f2d1565bebf79b84931a680c2 (diff)
Forgot UCPlatform.h in PCRE.
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/PerlCompatibleRegEx.hpp1
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 {