macOS: Fix error: unknown type name 'size_t'

This commit is contained in:
Marshall Greenblatt 2017-06-05 15:13:41 +03:00
parent 2718da5150
commit cb6cf75a58

View File

@ -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