Skip to content
Snippets Groups Projects
Commit d36a5315 authored by yang-g's avatar yang-g
Browse files

Add missing include for size_t

parent 1d8db034
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment