Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITKit_Prefix.pch
index fee0347..f25b263 100644 (file)
@@ -3,6 +3,7 @@
 //
 
 #ifdef __OBJC__
-    #import <Foundation/Foundation.h>
-    #import <AppKit/AppKit.h>
+       #import <Foundation/Foundation.h>
+       #import <ITFoundation/ITFoundation.h>
+       #import <AppKit/AppKit.h>
 #endif