Skip to content

Add missing include for crtdbg.h#4534

Merged
vitaut merged 1 commit intofmtlib:masterfrom
FatihBAKIR:crtdbg-fix
Sep 8, 2025
Merged

Add missing include for crtdbg.h#4534
vitaut merged 1 commit intofmtlib:masterfrom
FatihBAKIR:crtdbg-fix

Conversation

@FatihBAKIR
Copy link
Copy Markdown
Contributor

This header uses _CRT_ASSERT, which is defined in crtdbg.h but does not include it, causing a build error in format-test.cc

Fixes the issue by including the header

Fixes #4533

This header uses _CRT_ASSERT, which is defined in crtdbg.h but does not
include it, causing a build error in format-test.cc

Fixes the issue by including the header
@vitaut vitaut merged commit 18e160e into fmtlib:master Sep 8, 2025
41 checks passed
@vitaut
Copy link
Copy Markdown
Contributor

vitaut commented Sep 8, 2025

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing include in gtest-extra.h?

2 participants