diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-06-11 15:29:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 00:29:20 -0700 |
| commit | e9e744175b2b4a37adcc7f2d415e1af4466226a5 (patch) | |
| tree | c990e749cfb421875bbf075a659373e7cb11686d /ports/usd/fix-build-error.patch | |
| parent | 31aea2572884a9faed9eea443233261c1130c74f (diff) | |
| download | vcpkg-e9e744175b2b4a37adcc7f2d415e1af4466226a5.tar.gz vcpkg-e9e744175b2b4a37adcc7f2d415e1af4466226a5.zip | |
[usd] Fix build error on Linux (#11440)
* [usd] Fix build error on Linux
* Add supports field and update baseline
Diffstat (limited to 'ports/usd/fix-build-error.patch')
| -rw-r--r-- | ports/usd/fix-build-error.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/usd/fix-build-error.patch b/ports/usd/fix-build-error.patch new file mode 100644 index 000000000..b13fa6972 --- /dev/null +++ b/ports/usd/fix-build-error.patch @@ -0,0 +1,13 @@ +diff --git a/pxr/usd/ar/packageUtils.cpp b/pxr/usd/ar/packageUtils.cpp
+index d497587..ed3df29 100644
+--- a/pxr/usd/ar/packageUtils.cpp
++++ b/pxr/usd/ar/packageUtils.cpp
+@@ -29,6 +29,8 @@
+ #include "pxr/base/tf/pathUtils.h"
+ #include "pxr/base/tf/stringUtils.h"
+
++#include <algorithm>
++
+ PXR_NAMESPACE_OPEN_SCOPE
+
+ namespace
|
