SWDEV-536571 - Include assert header. (#157)

(cherry picked from commit 96cd36e47e4759b7515373e8fa455385f3d985aa)

Co-authored-by: Patel <jaypatel@amd.com>

[ROCm/rocshmem commit: bcc14b1a34]
Esse commit está contido em:
Aurelien Bouteiller
2025-06-12 13:16:30 -04:00
commit de GitHub
commit 87d2efa430
2 arquivos alterados com 2 adições e 2 exclusões
@@ -132,7 +132,7 @@
*/
#include <hip/hip_runtime.h>
#include <cassert>
#include <algorithm>
namespace rocshmem {
+1 -1
Ver Arquivo
@@ -23,7 +23,7 @@
*****************************************************************************/
#include "team_tracker.hpp"
#include <cassert>
#include <cstdlib>
namespace rocshmem {