Add missing header to gprpp/atomic.h

I missed to include atm.h for the stat macros.
pull/18148/head
Soheil Hassas Yeganeh 6 years ago
parent 8fd43c2e91
commit 6bde9122a7
  1. 2
      src/core/lib/gprpp/atomic.h

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

Loading…
Cancel
Save