Add missing header file

This commit is contained in:
Brandon Potter
2024-09-10 09:35:02 -07:00
rodzic 7411c45591
commit 86a2f34539
+2
Wyświetl plik
@@ -23,6 +23,8 @@
#ifndef LIBRARY_SRC_ATOMIC_HPP
#define LIBRARY_SRC_ATOMIC_HPP
#include <hip/hip_runtime.h>
namespace rocshmem {
namespace detail {
namespace atomic {