include port_platform.h for bdp estimator

pull/12997/head
Yash Tibrewal 7 years ago
parent d6fe8e4357
commit f058915a86
  1. 2
      src/core/lib/transport/bdp_estimator.h

@ -19,6 +19,8 @@
#ifndef GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H #ifndef GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H
#define GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H #define GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H
#include <grpc/support/port_platform.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>

Loading…
Cancel
Save