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