From 86a2f34539c327ad106efb1ae722c4f84ebe40b8 Mon Sep 17 00:00:00 2001 From: Brandon Potter Date: Tue, 10 Sep 2024 09:35:02 -0700 Subject: [PATCH] Add missing header file --- src/atomic.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/atomic.hpp b/src/atomic.hpp index eadacf7284..f0828e4145 100644 --- a/src/atomic.hpp +++ b/src/atomic.hpp @@ -23,6 +23,8 @@ #ifndef LIBRARY_SRC_ATOMIC_HPP #define LIBRARY_SRC_ATOMIC_HPP +#include + namespace rocshmem { namespace detail { namespace atomic {