[Bf-blender-cvs] [4a03a068981] usd-importer-T81257-merge: USD Import: missing include.

makowalski noreply at git.blender.org
Mon Apr 19 18:17:13 CEST 2021


Commit: 4a03a068981bc4ba3f422d2157743c2b1aa4d22e
Author: makowalski
Date:   Mon Apr 19 11:30:57 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB4a03a068981bc4ba3f422d2157743c2b1aa4d22e

USD Import: missing include.

Added missing include when building without Alembic.

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

M	source/blender/modifiers/intern/MOD_meshsequencecache.c

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

diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 67400b005fa..5401305b330 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -69,6 +69,7 @@
 #ifdef WITH_USD
 #  include "BKE_global.h"
 #  include "BKE_library.h"
+#  include "BKE_lib_id.h"
 #  include "usd.h"
 #endif



More information about the Bf-blender-cvs mailing list