@@ -15,11 +15,15 @@ */ #ifdef OF_BRIDGE_LOCAL_INCLUDES # import "OFArray.h" #else -# import +# if defined(__has_feature) && __has_feature(modules) +@import ObjFW; +# else +# import +# endif #endif #import "OFBridging.h" OF_ASSUME_NONNULL_BEGIN