From cf641ee9b6dcfa62ccfdbb2afd53a45ae52abcd0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Jul 2008 16:05:53 +0200 Subject: Fix a number of compilation errors. --- MLKEnvironment.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'MLKEnvironment.h') diff --git a/MLKEnvironment.h b/MLKEnvironment.h index bfa5f2b..bb35067 100644 --- a/MLKEnvironment.h +++ b/MLKEnvironment.h @@ -16,10 +16,13 @@ * along with this program. If not, see . */ -#import "MLKLispValue.h" #import "MLKBinding.h" +#import "MLKLispValue.h" +#import "MLKSymbol.h" -@class NSMutableDictionary, MLKSymbol, NSSet; +#import +#import +#import @interface MLKEnvironment : MLKLispValue -- cgit v1.2.3