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

[usd] Fix build error on Linux #11440

Merged
merged 2 commits into from
Jun 11, 2020

Conversation

NancyLi1013
Copy link
Contributor

Usd build failed on Linux due to this:

/home/sh/dev/vcpkg/buildtrees/usd/src/2cd10d91c8-6bd873f966/pxr/usd/ar/packageUtils.cpp:202:41: error: ‘find_if’ is not a member of ‘std’; did you mean ‘find’?
202 | auto innermostCloseRevIt = std::find_if(

Add #include <algorithm> to fix #11419

Note: No feature needs to test.

@NancyLi1013 NancyLi1013 added the info:internal This PR or Issue was filed by the vcpkg team. label May 19, 2020
@NancyLi1013 NancyLi1013 marked this pull request as ready for review May 20, 2020 02:08
@NancyLi1013 NancyLi1013 marked this pull request as draft May 20, 2020 02:14
@NancyLi1013
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@NancyLi1013
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@NancyLi1013 NancyLi1013 marked this pull request as ready for review May 29, 2020 07:03
@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines labels Jun 9, 2020
@dan-shaw dan-shaw merged commit e9e7441 into microsoft:master Jun 11, 2020
JangBoo pushed a commit to JangBoo/vcpkg that referenced this pull request Jun 18, 2020
* [usd] Fix build error on Linux

* Add supports field and update baseline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[usd] build failure on Linux
3 participants