Skip to content

Commit

Permalink
Merge pull request #3540 from dj-mcg/pr/Add_Explicit_Include
Browse files Browse the repository at this point in the history
Add explicit boost/optional include
  • Loading branch information
seando-adsk authored Jan 4, 2024
2 parents 8f08eb0 + 7783ce3 commit b9c7094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mayaUsd/fileio/shaderReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <maya/MObject.h>
#include <maya/MPlug.h>

#include <boost/optional.hpp>

#include <memory>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down

0 comments on commit b9c7094

Please sign in to comment.