diff options
author | Yang Gao <yangg@google.com> | 2017-01-11 23:10:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 23:10:23 -0800 |
commit | 6b7f2f1fa640735ae4ad6b8c696971f745e3f0d2 (patch) | |
tree | 25cb7a1483164a5f1d99b707ddb94bf6fa7a7df6 | |
parent | 8bddea1c940742835a1b97cd4d6d0652aee3d914 (diff) | |
parent | 8ad258a450cd7800984be3da48e21bd1484c9673 (diff) |
Merge pull request #9324 from yang-g/include_fix
Add missing include for GPRAPI
-rw-r--r-- | include/grpc/support/log_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |