commit | 6db89f29782b8487e7cae1ea77c9300aedb5c86b | [log] [tgz] |
---|---|---|
author | Andrew McGeachie <geechorama@apache.org> | Tue Jul 21 14:45:12 2009 +0000 |
committer | Andrew McGeachie <geechorama@apache.org> | Tue Jul 21 14:45:12 2009 +0000 |
tree | 14e086213fab3d3b97e1765f5f5bdd2c45f6df3d | |
parent | 330cfc13bc587487fac0c51f65438152cb1f7361 [diff] [blame] |
THRIFT-343. Import <Foundation/Foundation.h> instead of <Cocoa/Cocoa.h> to support iPhone git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@796327 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cocoa/src/TException.h b/lib/cocoa/src/TException.h index b069a86..e56f4fa 100644 --- a/lib/cocoa/src/TException.h +++ b/lib/cocoa/src/TException.h
@@ -17,7 +17,7 @@ * under the License. */ -#import <Cocoa/Cocoa.h> +#import <Foundation/Foundation.h> @interface TException : NSException { }