summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Prefix.pch')
-rw-r--r--cocoa/Prefix.pch3
1 files changed, 3 insertions, 0 deletions
diff --git a/cocoa/Prefix.pch b/cocoa/Prefix.pch
new file mode 100644
index 000000000..00e8847a7
--- /dev/null
+++ b/cocoa/Prefix.pch
@@ -0,0 +1,3 @@
+#ifdef __OBJC__
+#import <Cocoa/Cocoa.h>
+#endif