mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Include <objects/NSString.h> for @"" in encoding withName:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
07b43d0e5d
commit
c03157191d
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Implementation for Objective-C BinaryTreeNode object
|
/* Implementation for Objective-C BinaryTreeNode 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>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: May 1993
|
Date: May 1993
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <objects/BinaryTreeNode.h>
|
#include <objects/BinaryTreeNode.h>
|
||||||
|
#include <objects/NSString.h>
|
||||||
|
|
||||||
@implementation BinaryTreeNode
|
@implementation BinaryTreeNode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue