From 6bde9122a70ed8c0f99187a123dffb5657d3d25c Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Fri, 22 Feb 2019 22:02:34 -0500 Subject: [PATCH] Add missing header to gprpp/atomic.h I missed to include atm.h for the stat macros. --- src/core/lib/gprpp/atomic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/lib/gprpp/atomic.h b/src/core/lib/gprpp/atomic.h index 622df1b7889d4..8cb9e9342ec37 100644 --- a/src/core/lib/gprpp/atomic.h +++ b/src/core/lib/gprpp/atomic.h @@ -23,6 +23,8 @@ #include +#include + namespace grpc_core { enum class MemoryOrder {