Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include for std::function #63

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Add missing include for std::function #63

merged 1 commit into from
Feb 8, 2022

Conversation

adi64
Copy link
Contributor

@adi64 adi64 commented Feb 8, 2022

The current version 2.4.0 does not compile for me using GCC 11.1.0. The reason is that in two headers, std::function is used without adding the appropriate include for <functional>. This MR adds those. Then it compiles fine for me.

Disclaimer: I did not use the new functionality, so I cannot state anything about that functionality. For now, I am only concerned with making it compile and work as it used to.

@jklimke
Copy link
Owner

jklimke commented Feb 8, 2022

@adi64 Thanks a lot. Maybe i need to add some more travis compiler builds to avoid this next time. Sorry for not checking this.

@jklimke jklimke merged commit ef9c239 into jklimke:master Feb 8, 2022
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