[Bf-blender-cvs] [df1edf2934f] universal-scene-description: Added missing include.

Michael Kowalski noreply at git.blender.org
Wed Jul 27 03:50:33 CEST 2022


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;



More information about the Bf-blender-cvs mailing list