[Bf-blender-cvs] [1417bf65254] universal-scene-description: Added missing include to fix linux/mac build.

Michael Kowalski noreply at git.blender.org
Wed Jul 27 04:21:19 CEST 2022


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;



More information about the Bf-blender-cvs mailing list