Skip to content

fbcode/libspdl, fbcode/spdl/io/lib: add missing <fmt/format.h> includes for fmt 12.2.0 - #1596

Open
frbng wants to merge 1 commit into
facebookresearch:mainfrom
frbng:export-D112806772
Open

fbcode/libspdl, fbcode/spdl/io/lib: add missing <fmt/format.h> includes for fmt 12.2.0#1596
frbng wants to merge 1 commit into
facebookresearch:mainfrom
frbng:export-D112806772

Conversation

@frbng

@frbng frbng commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary:
fmt::format() moved out of fmt/core.h in fmt 12.2.0; these files only
included fmt/core.h (or no fmt header at all) and relied on fmt::format
transitively/implicitly. Add the explicit <fmt/format.h> include across the
libspdl/spdl core and cuda subtrees, found via a subsystem sweep after
fbcode//spdl/io/lib:_spdl_ffmpeg failed to build.

Differential Revision: D112806772

…es for fmt 12.2.0

Summary:
fmt::format() moved out of fmt/core.h in fmt 12.2.0; these files only
included fmt/core.h (or no fmt header at all) and relied on fmt::format
transitively/implicitly. Add the explicit <fmt/format.h> include across the
libspdl/spdl core and cuda subtrees, found via a subsystem sweep after
fbcode//spdl/io/lib:_spdl_ffmpeg failed to build.

Differential Revision: D112806772
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jul 22, 2026
@meta-codesync

meta-codesync Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

@frbng has exported this pull request. If you are a Meta employee, you can view the originating Diff in D112806772.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants