Skip to content

fix: Add missing <functional> header in RedDef.h to resolve compilation errors#52

Open
GIKICoder wants to merge 3 commits intoRTE-Dev:mainfrom
GIKICoder:main
Open

fix: Add missing <functional> header in RedDef.h to resolve compilation errors#52
GIKICoder wants to merge 3 commits intoRTE-Dev:mainfrom
GIKICoder:main

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