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 VxWorks build. #2515

Merged
merged 2 commits into from Sep 8, 2022
Merged

Conversation

Rijom
Copy link
Contributor

@Rijom Rijom commented Sep 7, 2022

Description

std::min is defined in algorithm. It appears to be transitively included for most platforms. For VxWorks (a real-time operating system), however, this explicit include is required.

GitHub Issues

std::min is defined in algorithm provides std::min. It appears to be transitively included for most platforms. For VxWorks however this explicit include is required.
Add missing include for VxWorks build.
@codecov
Copy link

codecov bot commented Sep 7, 2022

Codecov Report

Merging #2515 (158c2b3) into devel (4adf010) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            devel    #2515      +/-   ##
==========================================
+ Coverage   91.54%   91.56%   +0.03%     
==========================================
  Files         183      183              
  Lines        7561     7561              
==========================================
+ Hits         6921     6923       +2     
+ Misses        640      638       -2     

@horenmar
Copy link
Member

horenmar commented Sep 8, 2022

Thanks

@horenmar horenmar merged commit 32eae0e into catchorg:devel Sep 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.

None yet

2 participants