Additional ARC header check for Cocoa

This commit is contained in:
Jack Andersen 2015-12-30 18:54:11 -10:00
parent e21074ce57
commit 1c53398b75
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
#define BOO_COCOACOMMON_HPP
#if __APPLE__
#if !__has_feature(objc_arc)
#error ARC Required
#endif
#include <Availability.h>
#include <utility>