diff --git a/third_party/houdini/lib/gusd/wrapStageEdit.cpp b/third_party/houdini/lib/gusd/wrapStageEdit.cpp index b1ebe83b..69bdb20b 100644 --- a/third_party/houdini/lib/gusd/wrapStageEdit.cpp +++ b/third_party/houdini/lib/gusd/wrapStageEdit.cpp @@ -160,6 +160,20 @@ bool _Apply(const GusdStageEdit& self, const object& obj) } // namespace +namespace boost +{ + template <> + class pxrInternal_v0_18__pxrReserved__::GusdStageBasicEdit const volatile * get_pointer(class pxrInternal_v0_18__pxrReserved__::GusdStageBasicEdit const volatile *c) + { + return c; + } + template <> + class pxrInternal_v0_18__pxrReserved__::GusdStageEdit const volatile * get_pointer(class pxrInternal_v0_18__pxrReserved__::GusdStageEdit const volatile *c) + { + return c; + } +} + void wrapGusdStageEdit() {