Merge pull request #23032 from rcleveng/master

Fix missing include for std::string
pull/23082/head^2
Yash Tibrewal 5 years ago committed by GitHub
commit b16ce8d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/debug/stats.h

@ -21,6 +21,8 @@
#include <grpc/support/port_platform.h>
#include <string>
#include <grpc/support/atm.h>
#include "src/core/lib/debug/stats_data.h"
#include "src/core/lib/iomgr/exec_ctx.h"

Loading…
Cancel
Save