Add cstring header explictly as it is removed from HIP (#1859)

[ROCm/rccl commit: 6d41e5ba99]
这个提交包含在:
Karthikeyan Arumugam
2025-08-13 15:14:22 -07:00
提交者 GitHub
父节点 baa6a61535
当前提交 16d0871985
+1
查看文件
@@ -12,6 +12,7 @@
#include "bitops.h"
#include "checks.h"
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <sched.h>
#include <algorithm>