From 5c1b89fbaedb2dc0b223b912bbfbbc9e5ed72928 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 12 Mar 2011 15:02:38 -0800 Subject: [PATCH] Forgot UCPlatform.h in PCRE. --- CyteKit/PerlCompatibleRegEx.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CyteKit/PerlCompatibleRegEx.hpp b/CyteKit/PerlCompatibleRegEx.hpp index cbbe068a..e1c0e2e7 100644 --- a/CyteKit/PerlCompatibleRegEx.hpp +++ b/CyteKit/PerlCompatibleRegEx.hpp @@ -42,6 +42,7 @@ #include +#include "CyteKit/UCPlatform.h" #include "CyteKit/stringWithUTF8Bytes.h" class Pcre { -- 2.50.0