@@ -23,10 +23,12 @@ #ifndef OF_COMPILER_TLS # import "threading.h" #endif #import "macros.h" + +#import "autorelease.h" #ifdef OF_COMPILER_TLS static __thread id *objects = NULL; static __thread id *top = NULL; static __thread size_t size = 0;