diff options
Diffstat (limited to 'externals/breakpad/src/client/mac/Framework/Breakpad_Prefix.pch')
-rw-r--r-- | externals/breakpad/src/client/mac/Framework/Breakpad_Prefix.pch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/breakpad/src/client/mac/Framework/Breakpad_Prefix.pch b/externals/breakpad/src/client/mac/Framework/Breakpad_Prefix.pch new file mode 100644 index 0000000000..729866635b --- /dev/null +++ b/externals/breakpad/src/client/mac/Framework/Breakpad_Prefix.pch @@ -0,0 +1,8 @@ +// +// Prefix header for all source files of the 'Breakpad' target in the +// 'Breakpad' project. +// + +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif |