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

(cherry picked from commit 96cd36e47e4759b7515373e8fa455385f3d985aa)

Co-authored-by: Patel <jaypatel@amd.com>
Este commit está contenido en:
Aurelien Bouteiller
2025-06-12 13:16:30 -04:00
cometido por GitHub
padre e340a220f9
commit bcc14b1a34
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
+1 -1
Ver fichero
@@ -132,7 +132,7 @@
*/
#include <hip/hip_runtime.h>
#include <cassert>
#include <algorithm>
namespace rocshmem {
+1 -1
Ver fichero
@@ -23,7 +23,7 @@
*****************************************************************************/
#include "team_tracker.hpp"
#include <cassert>
#include <cstdlib>
namespace rocshmem {