@@ -312,9 +312,9 @@ OF_ASSUME_NONNULL_END #import "OFMutableDictionary.h" -#ifndef NSINTEGER_DEFINED +#if !defined(NSINTEGER_DEFINED) && !__has_feature(modules) /* Required for dictionary literals to work */ @compatibility_alias NSDictionary OFDictionary; #endif