diff options
author | Hope Casey-Allen <hcaseyal@google.com> | 2018-09-19 22:26:40 -0700 |
---|---|---|
committer | Hope Casey-Allen <hcaseyal@google.com> | 2018-09-19 22:28:36 -0700 |
commit | 7e21b10cf28fa98a022f1a133b296f011706248f (patch) | |
tree | 3fe404390c3bebd60f9bb901bd875eeaa5e748d4 /src/core/lib/transport | |
parent | 091f8dd51e82e3366a81076d92f4eb0755165d4a (diff) |
Add in port_platform.h. The permanent fix for this is currently in a pending PR that should get merged soon
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r-- | src/core/lib/transport/static_metadata.cc | 2 | ||||
-rw-r--r-- | src/core/lib/transport/static_metadata.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/transport/static_metadata.cc b/src/core/lib/transport/static_metadata.cc index 7574dc965f..ed88aa3f28 100644 --- a/src/core/lib/transport/static_metadata.cc +++ b/src/core/lib/transport/static_metadata.cc @@ -24,6 +24,8 @@ * an explanation of what's going on. */ +#include <grpc/support/port_platform.h> + #include "src/core/lib/transport/static_metadata.h" #include "src/core/lib/slice/slice_internal.h" diff --git a/src/core/lib/transport/static_metadata.h b/src/core/lib/transport/static_metadata.h index 95609b9e96..1e95f4e5bb 100644 --- a/src/core/lib/transport/static_metadata.h +++ b/src/core/lib/transport/static_metadata.h @@ -27,6 +27,8 @@ #ifndef GRPC_CORE_LIB_TRANSPORT_STATIC_METADATA_H #define GRPC_CORE_LIB_TRANSPORT_STATIC_METADATA_H +#include <grpc/support/port_platform.h> + #include "src/core/lib/transport/metadata.h" #define GRPC_STATIC_MDSTR_COUNT 105 |