diff options
Diffstat (limited to 'WebCore/platform/mac/FoundationExtras.h')
-rw-r--r-- | WebCore/platform/mac/FoundationExtras.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/mac/FoundationExtras.h b/WebCore/platform/mac/FoundationExtras.h index 51a7df0..85ce8d7 100644 --- a/WebCore/platform/mac/FoundationExtras.h +++ b/WebCore/platform/mac/FoundationExtras.h @@ -23,6 +23,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#import <CoreFoundation/CFBase.h> +#import <Foundation/NSObject.h> + // nil-checked CFRetain/CFRelease covers for Objective-C ids // Use CFRetain, CFRelease, HardRetain, or HardRelease instead of |