aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/service_config.h
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-02-23 12:10:45 -0800
committerGravatar GitHub <noreply@github.com>2018-02-23 12:10:45 -0800
commitdc46c7f565196d6684d5cf6ee81e99b413ba5282 (patch)
tree3d14c95492b835fadf32ea1d224269ee912c6b54 /src/core/lib/transport/service_config.h
parent5699cfcd4537df3a4358034fcfefed1ccc5a66a2 (diff)
parentdb3e898a981ea0ae49823415efab78edd09a90ab (diff)
Merge pull request #14487 from apolcyn/port_platform_sanity
Sanity check for inclusion of port_platform.h
Diffstat (limited to 'src/core/lib/transport/service_config.h')
-rw-r--r--src/core/lib/transport/service_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/transport/service_config.h b/src/core/lib/transport/service_config.h
index 98554b9f0f..6517f36802 100644
--- a/src/core/lib/transport/service_config.h
+++ b/src/core/lib/transport/service_config.h
@@ -17,6 +17,8 @@
#ifndef GRPC_CORE_LIB_TRANSPORT_SERVICE_CONFIG_H
#define GRPC_CORE_LIB_TRANSPORT_SERVICE_CONFIG_H
+#include <grpc/support/port_platform.h>
+
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/json/json.h"