@@ -15,11 +15,12 @@ */ #include "config.h" #import "OFHash.h" -#import "OFExceptions.h" + +#import "OFNotImplementedException.h" @implementation OFHash + (size_t)digestSize { @throw [OFNotImplementedException newWithClass: self