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

(cherry picked from commit 96cd36e47e4759b7515373e8fa455385f3d985aa)

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

[ROCm/rocshmem commit: bcc14b1a34]
Cette révision appartient à :
Aurelien Bouteiller
2025-06-12 13:16:30 -04:00
révisé par GitHub
Parent 381625f060
révision 87d2efa430
2 fichiers modifiés avec 2 ajouts et 2 suppressions
+1 -1
Voir le fichier
@@ -132,7 +132,7 @@
*/
#include <hip/hip_runtime.h>
#include <cassert>
#include <algorithm>
namespace rocshmem {
+1 -1
Voir le fichier
@@ -23,7 +23,7 @@
*****************************************************************************/
#include "team_tracker.hpp"
#include <cassert>
#include <cstdlib>
namespace rocshmem {