Skip to content

Commit

Permalink
Merge pull request #2975 from dj-mcg/pr/Add_Missing_Includes
Browse files Browse the repository at this point in the history
Adding missing <mutex> include
  • Loading branch information
seando-adsk authored Mar 30, 2023
2 parents cd1f191 + f55a6a9 commit 50833d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mayaUsd/nodes/proxyShapeUpdateManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <pxr/usd/usd/tokens.h>
#include <pxr/usd/usdUI/tokens.h>

#include <mutex>

using namespace MAYAUSD_NS_DEF;

PXR_NAMESPACE_OPEN_SCOPE
Expand Down

0 comments on commit 50833d3

Please sign in to comment.