Merge pull request #18148 from soheilhy/atomic-fix-hdr

Add missing header to gprpp/atomic.h
reviewable/pr18094/r2^2
Soheil Hassas Yeganeh 6 years ago committed by GitHub
commit 2c32f29802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/gprpp/atomic.h

@ -23,6 +23,8 @@
#include <atomic>
#include <grpc/support/atm.h>
namespace grpc_core {
enum class MemoryOrder {

Loading…
Cancel
Save