aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/static_metadata.cc
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/static_metadata.cc
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/static_metadata.cc')
-rw-r--r--src/core/lib/transport/static_metadata.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/transport/static_metadata.cc b/src/core/lib/transport/static_metadata.cc
index 5994cbc265..0e11b6e4e4 100644
--- a/src/core/lib/transport/static_metadata.cc
+++ b/src/core/lib/transport/static_metadata.cc
@@ -24,6 +24,8 @@
* an explanation of what's going on.
*/
+#include <grpc/support/port_platform.h>
+
#include "src/core/lib/transport/static_metadata.h"
#include "src/core/lib/slice/slice_internal.h"