@@ -14,10 +14,12 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFMutex.h" + +#import "condition.h" OF_ASSUME_NONNULL_BEGIN @class OFDate;