Index: tests/OFBlockTests.m ================================================================== --- tests/OFBlockTests.m +++ tests/OFBlockTests.m @@ -23,10 +23,12 @@ #if defined(OF_OBJFW_RUNTIME) # include #elif defined(OF_OLD_GNU_RUNTIME) # include +#elif defined(OF_APPLE_RUNTIME) +# include #endif #if defined(OF_OLD_GNU_RUNTIME) || defined(OF_OBJFW_RUNTIME) # define objc_getClass objc_get_class #endif