macOS: Fix error: unknown type name 'size_t'
This commit is contained in:
parent
8774cd9639
commit
b96dd2462d
|
@ -31,6 +31,8 @@
|
|||
#define CEF_INCLUDE_INTERNAL_CEF_LOGGING_INTERNAL_H_
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "include/internal/cef_export.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue