diff options
Diffstat (limited to 'browser/HIDBrowser_Prefix.pch')
| -rw-r--r-- | browser/HIDBrowser_Prefix.pch | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/browser/HIDBrowser_Prefix.pch b/browser/HIDBrowser_Prefix.pch new file mode 100644 index 0000000..5d5ed48 --- /dev/null +++ b/browser/HIDBrowser_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'HIDBrowser' target in the 'HIDBrowser' project +// + +#ifdef __OBJC__ +    #import <Cocoa/Cocoa.h> +#endif | 
