Skip to content

Commit

Permalink
Merge pull request grpc#9327 from yang-g/include_fix2
Browse files Browse the repository at this point in the history
Add missing include for size_t
  • Loading branch information
yang-g authored Jan 12, 2017
2 parents 1b59bfc + d36a531 commit 8bddea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core/util/memory_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8bddea1

Please sign in to comment.