Skip to content

InstructionInfoTable: add missing cstdint include#1786

Merged
ccadar merged 1 commit intoklee:masterfrom
jbuening:gcc-15
Feb 21, 2026
Merged

InstructionInfoTable: add missing cstdint include#1786
ccadar merged 1 commit intoklee:masterfrom
jbuening:gcc-15

Conversation

@jbuening
Copy link
Copy Markdown
Contributor

Summary:

With GCC 15.2.1, I get the following error. This PR adds the missing include.

In file included from klee/include/klee/Module/KInstruction.h:14,
                 from klee/lib/Module/KInstruction.cpp:10:
klee/include/klee/Module/InstructionInfoTable.h:52:5: error: ‘uint64_t’ does not name a type
   52 |     uint64_t assemblyLine;
      |     ^~~~~~~~

Checklist:

  • The PR addresses a single issue. If it can be divided into multiple independent PRs, please do so.
  • The PR is divided into a logical sequence of commits OR a single commit is sufficient.
  • There are no unnecessary commits (e.g. commits fixing issues in a previous commit in the same PR).
  • Each commit has a meaningful message documenting what it does.
  • All messages added to the codebase, all comments, as well as commit messages are spellchecked.
  • The code is commented OR not applicable/necessary.
  • The patch is formatted via clang-format OR not applicable (if explicitly overridden leave unchecked and explain).
  • There are test cases for the code you added or modified OR no such test cases are required.

Copy link
Copy Markdown
Contributor

@ccadar ccadar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jbuening

Copy link
Copy Markdown
Contributor

@ccadar ccadar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jbuening

@ccadar ccadar merged commit efa1e05 into klee:master Feb 21, 2026
17 of 18 checks passed
@jbuening jbuening deleted the gcc-15 branch February 21, 2026 23:37
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