diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-06 11:47:10 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-06 11:47:10 -0700 |
commit | 3569a76dc5f25ddf84b791a1073021cd90aa674d (patch) | |
tree | 0aff749ec709ec2b69f03370895602aa8c86792f | |
parent | ac1facd2d68692c9d2459336eefef0a1f5985791 (diff) |
Explicitly include atm to fix Windows build
-rw-r--r-- | src/core/lib/iomgr/lockfree_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/lockfree_event.h b/src/core/lib/iomgr/lockfree_event.h index 32eb7554f9..1d9119204c 100644 --- a/src/core/lib/iomgr/lockfree_event.h +++ b/src/core/lib/iomgr/lockfree_event.h @@ -36,6 +36,8 @@ /* Lock free event notification for file descriptors */ +#include <grpc/support/atm.h> + #include "src/core/lib/iomgr/exec_ctx.h" void grpc_lfev_init(gpr_atm *state); |