aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/debug/stats.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/debug/stats.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/debug/stats.h')
-rw-r--r--src/core/lib/debug/stats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/debug/stats.h b/src/core/lib/debug/stats.h
index 02eed5e844..749665262a 100644
--- a/src/core/lib/debug/stats.h
+++ b/src/core/lib/debug/stats.h
@@ -19,6 +19,8 @@
#ifndef GRPC_CORE_LIB_DEBUG_STATS_H
#define GRPC_CORE_LIB_DEBUG_STATS_H
+#include <grpc/support/port_platform.h>
+
#include <grpc/support/atm.h>
#include "src/core/lib/debug/stats_data.h"
#include "src/core/lib/iomgr/exec_ctx.h"