Commit: 1417bf65254033943922a22929657546e3ab17dd
Author: Michael Kowalski
Date:   Tue Jul 26 22:19:35 2022 -0400
Branches: universal-scene-description
https://developer.blender.org/rB1417bf65254033943922a22929657546e3ab17dd

Added missing include to fix linux/mac build.

===================================================================

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 97d10b44467..7acac1b2dd1 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/prim.h>
 #include <pxr/usd/usd/stage.h>
 
 struct Depsgraph;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to