aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/memory_counters.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-01-11 16:14:44 -0800
committerGravatar yang-g <yangg@google.com>2017-01-11 16:14:44 -0800
commitd36a53156c9591cd68e5ea17d7579cda896e2840 (patch)
tree9d5e9359a2cdde1cf2d6afb5a05f198d0f7312ba /test/core/util/memory_counters.h
parent1d8db034928cffc681e52809a343cbb9b3215281 (diff)
Add missing include for size_t
Diffstat (limited to 'test/core/util/memory_counters.h')
-rw-r--r--test/core/util/memory_counters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/util/memory_counters.h b/test/core/util/memory_counters.h
index f332816501..b9b2b3adda 100644
--- a/test/core/util/memory_counters.h
+++ b/test/core/util/memory_counters.h
@@ -34,6 +34,8 @@
#ifndef GRPC_TEST_CORE_UTIL_MEMORY_COUNTERS_H
#define GRPC_TEST_CORE_UTIL_MEMORY_COUNTERS_H
+#include <stddef.h>
+
struct grpc_memory_counters {
size_t total_size_relative;
size_t total_size_absolute;