Include objects/stdobjects.h, not objects/Dictionary.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@635 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-10-26 00:56:52 +00:00
parent be198c6b1d
commit fb0bac6fe6

View file

@ -24,7 +24,7 @@
#ifndef _NSDictionary_h_OBJECTS_INCLUDE
#define _NSDictionary_h_OBJECTS_INCLUDE
#include <objects/Dictionary.h>
#include <objects/stdobjects.h>
@class NSArray, NSString, NSEnumerator;