Skip to content

Commit

Permalink
tf: Add missing header to fix builds on Visual Studio 2022
Browse files Browse the repository at this point in the history
Fixes #3433

(Internal change: 2349665)
  • Loading branch information
sunyab authored and pixar-oss committed Dec 6, 2024
1 parent 1cd7c06 commit 91b8c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pxr/base/tf/pyExceptionState.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include "pxr/base/tf/api.h"
#include "pxr/external/boost/python/handle.hpp"

#include <string>

PXR_NAMESPACE_OPEN_SCOPE

struct TfPyExceptionState {
Expand Down

0 comments on commit 91b8c7b

Please sign in to comment.