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 of chrono where std::chrono is used #423

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

traversaro
Copy link
Member

VS 17.13 was released and probably some transitive include changed, creating a lot of errors due to the missing chrono include in code that previously worked fine. This PR fixes the missing include of chrono where std::chrono is used.

@traversaro
Copy link
Member Author

Related issue: microsoft/STL#5105 .

@traversaro traversaro merged commit 1939852 into master Feb 28, 2025
6 checks passed
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