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

Commits on Sep 7, 2022

  1. Add missing include for VxWorks build.

    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.
    Rijom committed Sep 7, 2022
    Copy the full SHA
    ea65485 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Rijom/VxWorks-missing-include

    Add missing include for VxWorks build.
    Rijom committed Sep 7, 2022
    Copy the full SHA
    158c2b3 View commit details
    Browse the repository at this point in the history