Skip to content

util: include <iomanip> in com_guid.cpp#174

Closed
cyyever wants to merge 1 commit into
3Shain:mainfrom
cyyever:fix-iomanip-include
Closed

util: include <iomanip> in com_guid.cpp#174
cyyever wants to merge 1 commit into
3Shain:mainfrom
cyyever:fix-iomanip-include

Conversation

@cyyever

@cyyever cyyever commented Jun 24, 2026

Copy link
Copy Markdown

com_guid.cpp uses std::setw/std::setfill but only pulled them in transitively; mingw-w64 GCC 15 no longer does, breaking the build. Include <iomanip> explicitly.

@cyyever cyyever force-pushed the fix-iomanip-include branch from ac979ba to 1d14f51 Compare June 24, 2026 06:29
@cyyever cyyever changed the title Fix build: system LLVM link args + missing <iomanip> util: include <iomanip> in com_guid.cpp Jun 24, 2026
@3Shain

3Shain commented Jun 25, 2026

Copy link
Copy Markdown
Owner

Solved in 75bd4da. Sorry, we are really conservative with low-effort contributions (that even the compiler can figure out the solution) .

@3Shain 3Shain closed this Jun 25, 2026
@cyyever cyyever deleted the fix-iomanip-include branch June 25, 2026 10:56
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.

2 participants