diff --git a/Source/NSAllocateObject.m b/Source/NSAllocateObject.m index 727cc52f7..611677bcb 100644 --- a/Source/NSAllocateObject.m +++ b/Source/NSAllocateObject.m @@ -22,6 +22,7 @@ */ #include +#include /* For memset(). */ NSObject *NSAllocateObject (Class aClass, unsigned extraBytes, NSZone *zone) {