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_
|
#define CEF_INCLUDE_CEF_APPLICATION_MAC_H_
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
#include "include/cef_base.h"
|
#include "include/cef_base.h"
|
||||||
|
#endif // __cplusplus
|
||||||
|
|
||||||
#if defined(OS_MACOSX) && defined(__OBJC__)
|
#if defined(OS_MACOSX) && defined(__OBJC__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue