Skip to content

Commit

Permalink
Add missing header to gprpp/atomic.h
Browse files Browse the repository at this point in the history
I missed to include atm.h for the stat macros.
  • Loading branch information
soheilhy committed Feb 23, 2019
1 parent 8fd43c2 commit 6bde912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/lib/gprpp/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include <atomic>

#include <grpc/support/atm.h>

namespace grpc_core {

enum class MemoryOrder {
Expand Down

0 comments on commit 6bde912

Please sign in to comment.