Include <objects/NSString.h> for @"" in encoding withName:.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@801 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-24 14:11:55 +00:00
parent 616afca949
commit c706d02b55
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/* Implementation of Objective-C "collection of delegates" object
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -22,6 +22,7 @@
*/
#include <objects/DelegatePool.h>
#include <objects/NSString.h>
@implementation DelegatePool

View file

@ -1,5 +1,5 @@
/* Implementation for Objective-C RBTreeNode objects
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -22,6 +22,7 @@
*/
#include <objects/RBTreeNode.h>
#include <objects/NSString.h>
@implementation RBTreeNode