diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-12 15:53:36 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-12 15:53:36 -0700 |
commit | 9fc49c98634bc1b1f5844e670f4bb5e1965be551 (patch) | |
tree | 0990a9a896e97940de3b256c55c55da7a8cd29ff /src | |
parent | 2145d2cee4dfc336c0b5e7368962de4104c2537c (diff) |
Fix compilation
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/transport/bdp_estimator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/transport/bdp_estimator.h b/src/core/lib/transport/bdp_estimator.h index a4acf30ded..60b9fba083 100644 --- a/src/core/lib/transport/bdp_estimator.h +++ b/src/core/lib/transport/bdp_estimator.h @@ -19,6 +19,7 @@ #ifndef GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H #define GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H +#include <inttypes.h> #include <stdbool.h> #include <stdint.h> |