Add missing include for GPRAPI

pull/9324/head
yang-g 8 years ago
parent 1d8db03492
commit 8ad258a450
  1. 2
      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

Loading…
Cancel
Save