Skip to content

Fix Linux compilation by adding missing cstdint include#557

Open
colawithsauce wants to merge 1 commit intocxasm:mainfrom
colawithsauce:fix/code-improvements
Open

Fix Linux compilation by adding missing cstdint include#557
colawithsauce wants to merge 1 commit intocxasm:mainfrom
colawithsauce:fix/code-improvements

Conversation

@colawithsauce
Copy link

Summary

Add missing cstdint header to xmlMatchedTagsHighlighter.h to fix Linux compilation.

Problem

While the code compiles successfully in Qt Creator, it fails when building on Linux command line due to missing cstdint include. This header is needed for standard integer type definitions.

Test plan

  • Verified compilation works on Linux command line after adding the include
  • Still compiles in Qt Creator as before
  • No functional changes introduced

🤖 Generated with Claude Code

Add missing cstdint header to xmlMatchedTagsHighlighter.h for Linux compatibility.
While the code compiles fine in Qt Creator, it fails on Linux command line
builds without the explicit cstdint include.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant