summaryrefslogtreecommitdiff
path: root/MLKEnvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKEnvironment.h')
-rw-r--r--MLKEnvironment.h7
1 files changed, 5 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
#import "MLKBinding.h"
+#import "MLKLispValue.h"
+#import "MLKSymbol.h"
-@class NSMutableDictionary, MLKSymbol, NSSet;
+#import <Foundation/NSDictionary.h>
+#import <Foundation/NSSet.h>
+#import <Foundation/NSString.h>
@interface MLKEnvironment : MLKLispValue