diff options
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 |