macOS: Fix error: unknown type name 'size_t'

This commit is contained in:
Marshall Greenblatt 2017-06-05 15:13:41 +03:00
parent 09f021be88
commit 943ffb217b
1 changed files with 2 additions and 0 deletions

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