[BUILD] Use fmt-header instead of libfmt (#1791)

[ROCm/rccl commit: 6b4ad0fd74]
This commit is contained in:
Nilesh M Negi
2025-07-10 17:19:53 -05:00
committed by GitHub
parent 86dd6f262b
commit 41c985462c
5 changed files with 8 additions and 5 deletions
@@ -10,6 +10,9 @@
#include <chrono>
#include <cstdint>
#include <deque>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY 1
#endif
#include <fmt/format.h>
#include <memory>
#include <unordered_map>