Add in port_platform.h. The permanent fix for this is currently in a pending PR that should get merged soon

pull/16663/head
Hope Casey-Allen 6 years ago
parent 091f8dd51e
commit 7e21b10cf2
  1. 2
      src/core/lib/transport/static_metadata.cc
  2. 2
      src/core/lib/transport/static_metadata.h

@ -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"

@ -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

Loading…
Cancel
Save