mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:49:00 +08:00
e9e744175b
* [usd] Fix build error on Linux * Add supports field and update baseline
14 lines
339 B
Diff
14 lines
339 B
Diff
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
|