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