diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-09-29 01:06:05 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-09-29 01:06:05 +0200 |
commit | fd7702e9b009d2984328b2519db946f82ad834e9 (patch) | |
tree | f910466e18eddd34e157c98e01dc5414e3154451 /MLKThrowException.h | |
parent | ace29d495df89afd2e3251064de91b00da2612da (diff) | |
parent | 45e00ec3f4dd6289cd14021ef1ee35568b4928c6 (diff) |
Merge /home/mulk/Dropbox/Projekte/Toilet Lisp
Diffstat (limited to 'MLKThrowException.h')
-rw-r--r-- | MLKThrowException.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKThrowException.h b/MLKThrowException.h index 1541302..66f669b 100644 --- a/MLKThrowException.h +++ b/MLKThrowException.h @@ -18,7 +18,8 @@ #import "MLKSymbol.h" -#include <Foundation/NSException.h> +#import <Foundation/NSArray.h> +#import <Foundation/NSException.h> @interface MLKThrowException : NSException |