add missing include

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-06-13 05:22:11 +00:00
parent ef8c764b0a
commit 1c7c2890d0

View file

@ -26,6 +26,7 @@
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
#include <Foundation/NSObject.h>
#include <Foundation/NSException.h>
#include <Foundation/NSZone.h>
/* To turn assertions on, define GSI_ARRAY_CHECKS */