From b96dd2462deb928cae86f7c1a6a6c42d3be87e47 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 5 Jun 2017 15:13:41 +0300 Subject: [PATCH] macOS: Fix error: unknown type name 'size_t' --- include/internal/cef_logging_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/internal/cef_logging_internal.h b/include/internal/cef_logging_internal.h index c376d0526..598263d16 100644 --- a/include/internal/cef_logging_internal.h +++ b/include/internal/cef_logging_internal.h @@ -31,6 +31,8 @@ #define CEF_INCLUDE_INTERNAL_CEF_LOGGING_INTERNAL_H_ #pragma once +#include + #include "include/internal/cef_export.h" #ifdef __cplusplus