diff --git a/pxr/usd/pcp/diagnostic.h b/pxr/usd/pcp/diagnostic.h index dd8c7ac6dd..ba9fa3b6fe 100644 --- a/pxr/usd/pcp/diagnostic.h +++ b/pxr/usd/pcp/diagnostic.h @@ -33,8 +33,7 @@ #include "pxr/usd/pcp/errors.h" #include "pxr/base/arch/hints.h" - -#include +#include "pxr/base/tf/preprocessorUtilsLite.h" #include @@ -90,7 +89,7 @@ Pcp_ToIndex(T const &obj) { return obj->GetOriginatingIndex(); } /// Opens a scope indicating a particular phase during prim indexing. #define PCP_INDEXING_PHASE(indexer, node, ...) \ - auto BOOST_PP_CAT(_pcpIndexingPhase, __LINE__) = \ + auto TF_PP_CAT(_pcpIndexingPhase, __LINE__) = \ ARCH_UNLIKELY(TfDebug::IsEnabled(PCP_PRIM_INDEX)) ? \ Pcp_IndexingPhaseScope(Pcp_ToIndex(indexer), \ node, TfStringPrintf(__VA_ARGS__)) : \