From 1e17e6d274dbdd1e31358db11a165bdad89665f7 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Wed, 12 Sep 2018 23:33:52 -0400 Subject: [PATCH] Add back unnecessarily redacted headers that now exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think this might have been an artifact of the old CFLite redactions? Either way, these headers are now available in this repository. The real CoreFoundation guards these includes with `#ifndef CF_OPEN_SOURCE` but that doesn't seem relevant here. There are also other includes guarded by that which are not (yet? 😆) available in this repository, so I did not include them here. --- CoreFoundation/Base.subproj/CoreFoundation.h | 2 ++ CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h | 1 + 2 files changed, 3 insertions(+) diff --git a/CoreFoundation/Base.subproj/CoreFoundation.h b/CoreFoundation/Base.subproj/CoreFoundation.h index 2b71481b1e..ec012f8131 100644 --- a/CoreFoundation/Base.subproj/CoreFoundation.h +++ b/CoreFoundation/Base.subproj/CoreFoundation.h @@ -77,6 +77,8 @@ #include #include +#include +#include #endif diff --git a/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h b/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h index 9abb6b9477..5aa0e1449e 100644 --- a/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h +++ b/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h @@ -92,6 +92,7 @@ #include #include #include +#include #include #include