From a6a2c8f6e0e6844b78c43826f6be6b0689223dac Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 13 Jun 2008 05:21:49 +0000 Subject: [PATCH] add missing include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26640 72102866-910b-0410-8b05-ffd578937521 --- Headers/Additions/GNUstepBase/GSIArray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/Additions/GNUstepBase/GSIArray.h b/Headers/Additions/GNUstepBase/GSIArray.h index 700e2fb28..1e98bec85 100644 --- a/Headers/Additions/GNUstepBase/GSIArray.h +++ b/Headers/Additions/GNUstepBase/GSIArray.h @@ -26,6 +26,7 @@ #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #include +#include #include /* To turn assertions on, define GSI_ARRAY_CHECKS */