mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
macOS: Added guard to previously overlooked C++ include (issue #2297)
This commit is contained in:
parent
cd93b44380
commit
7a4b9a4f44
@ -31,7 +31,9 @@
|
||||
#define CEF_INCLUDE_CEF_APPLICATION_MAC_H_
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "include/cef_base.h"
|
||||
#endif // __cplusplus
|
||||
|
||||
#if defined(OS_MACOSX) && defined(__OBJC__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user