Skip to content

Commit

Permalink
EMSUSD-751 - UsdUfe: Move Ufe::Attributes interface implementation
Browse files Browse the repository at this point in the history
* Extra Linux/OSX build break fix.
  • Loading branch information
seando-adsk committed May 2, 2024
1 parent 6c86d1b commit 63f6450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/al/usdmayautils/AL/usdmaya/utils/DgNodeHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

#include <iostream>

using namespace UsdUfe;

namespace AL {
namespace usdmaya {
namespace utils {
Expand Down
1 change: 1 addition & 0 deletions plugin/al/usdmayautils/AL/usdmaya/utils/DiffPrimVar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <maya/MUintArray.h>

PXR_NAMESPACE_USING_DIRECTIVE
using namespace UsdUfe;

namespace AL {
namespace usdmaya {
Expand Down
2 changes: 2 additions & 0 deletions plugin/al/usdmayautils/AL/usdmaya/utils/MeshUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#include <iostream>

using namespace UsdUfe;

namespace AL {
namespace usdmaya {
namespace utils {
Expand Down

0 comments on commit 63f6450

Please sign in to comment.