Skip to content

Commit

Permalink
Add includes that were being pulled transitively
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-mcg committed Nov 17, 2022
1 parent f7997b1 commit d411b43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/usd/translators/lightRfMWriter_PxrMeshLight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <pxr/usd/usdLux/shadowAPI.h>
#include <pxr/usd/usdLux/shapingAPI.h>

#include <mutex>

// PxrMeshLight gets exported specially. Rather than resulting in it's own
// prim, the PxrMeshLight is instead exported as a MeshLightAPI on the mesh
// prim. We use the schema API adaptors to handle this.
Expand Down
1 change: 1 addition & 0 deletions plugin/adsk/plugin/exportTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <maya/MSelectionList.h>
#include <maya/MString.h>

#include <mutex>
#include <set>
#include <sstream>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions plugin/adsk/plugin/importTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <maya/MStringArray.h>

#include <map>
#include <mutex>
#include <string>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down
1 change: 1 addition & 0 deletions plugin/pxr/maya/lib/usdMaya/exportTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <maya/MSelectionList.h>
#include <maya/MString.h>

#include <mutex>
#include <string>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down
1 change: 1 addition & 0 deletions plugin/pxr/maya/lib/usdMaya/importTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <maya/MStringArray.h>

#include <map>
#include <mutex>
#include <string>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down

0 comments on commit d411b43

Please sign in to comment.