From d36a53156c9591cd68e5ea17d7579cda896e2840 Mon Sep 17 00:00:00 2001 From: yang-g Date: Wed, 11 Jan 2017 16:14:44 -0800 Subject: Add missing include for size_t --- test/core/util/memory_counters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/core/util') 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 + struct grpc_memory_counters { size_t total_size_relative; size_t total_size_absolute; -- cgit v1.2.3