Commit: df1edf2934ffca91b1a677529d455eff0f57f4b6 Author: Michael Kowalski Date: Tue Jul 26 21:48:58 2022 -0400 Branches: universal-scene-description https://developer.blender.org/rBdf1edf2934ffca91b1a677529d455eff0f57f4b6
Added missing include. To fix linux/mac build errors. =================================================================== M source/blender/io/usd/intern/usd_exporter_context.h =================================================================== diff --git a/source/blender/io/usd/intern/usd_exporter_context.h b/source/blender/io/usd/intern/usd_exporter_context.h index 3324ac86fa8..97d10b44467 100644 --- a/source/blender/io/usd/intern/usd_exporter_context.h +++ b/source/blender/io/usd/intern/usd_exporter_context.h @@ -6,6 +6,7 @@ #include <pxr/usd/sdf/path.h> #include <pxr/usd/usd/common.h> +#include <pxr/usd/usd/stage.h> struct Depsgraph; struct Main; _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
