summaryrefslogtreecommitdiff
path: root/MLKClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKClosure.h')
-rw-r--r--MLKClosure.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MLKClosure.h b/MLKClosure.h
index e8a20d4..8fd30d7 100644
--- a/MLKClosure.h
+++ b/MLKClosure.h
@@ -17,9 +17,12 @@
*/
#import "MLKLispValue.h"
+#import "MLKEnvironment.h"
#import "MLKFuncallable.h"
+#import "MLKFunction.h"
-@class MLKFunction, NSArray, NSData;
+#import <Foundation/NSArray.h>
+#import <Foundation/NSData.h>
@interface MLKClosure : MLKLispValue <MLKFuncallable>