aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-05-09 21:06:16 +0000
committerGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-05-09 21:06:16 +0000
commit2ce0b6a3abc20dcb03c624fb0598e0ada95096c5 (patch)
tree972d930b60b448bdfaa3e6477923cc9d133031ab /UnitTesting
parentf90bcf3263b80b96754977ddbd5309704cf817fb (diff)
fix a iphone unittesting problem.
add stack trace.
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMNSObject+UnitTesting.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UnitTesting/GTMNSObject+UnitTesting.h b/UnitTesting/GTMNSObject+UnitTesting.h
index c06e001..7253fd4 100644
--- a/UnitTesting/GTMNSObject+UnitTesting.h
+++ b/UnitTesting/GTMNSObject+UnitTesting.h
@@ -23,6 +23,8 @@
#if GTM_MACOS_SDK
#import <ApplicationServices/ApplicationServices.h>
+#elif GTM_IPHONE_SDK
+#import <CoreGraphics/CoreGraphics.h>
#endif
#import "GTMSenTestCase.h"