Add missing header to gprpp/atomic.h

I missed to include atm.h for the stat macros.
This commit is contained in:
Soheil Hassas Yeganeh 2019-02-22 22:02:34 -05:00
parent 8fd43c2e91
commit 6bde9122a7
1 changed files with 2 additions and 0 deletions

View File

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