Skip to content

Conversation

@GIKICoder
Copy link

Description:

  • Added #include <functional> to RedDef.h to fix compilation errors.
  • The missing header caused the following type definitions to fail to compile:
    • NotifyCallback
    • InjectCallback
    • LogCallback
  • These type definitions rely on std::function, which requires the <functional> header.

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