summaryrefslogtreecommitdiff
path: root/MLKEnvironment.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
commitcf641ee9b6dcfa62ccfdbb2afd53a45ae52abcd0 (patch)
treebb6ff19c693861f2860b4c0c4a9b05016a3fe553 /MLKEnvironment.h
parentbb2c8f1e2221f7b7d4015fc2cee8df6c9fa6a3e1 (diff)
Fix a number of compilation errors.
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