From 8ad258a450cd7800984be3da48e21bd1484c9673 Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Wed, 11 Jan 2017 15:22:29 -0800
Subject: [PATCH] Add missing include for GPRAPI

---
 include/grpc/support/log_windows.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/grpc/support/log_windows.h b/include/grpc/support/log_windows.h
index 12bf8cc1f5..943a8e908b 100644
--- a/include/grpc/support/log_windows.h
+++ b/include/grpc/support/log_windows.h
@@ -34,6 +34,8 @@
 #ifndef GRPC_SUPPORT_LOG_WINDOWS_H
 #define GRPC_SUPPORT_LOG_WINDOWS_H
 
+#include <grpc/impl/codegen/port_platform.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
GitLab