[Bf-blender-cvs] [9355994eeff] temp-vert-normals-cleanup: Fix USD build error

Hans Goudey noreply at git.blender.org
Thu Jan 13 16:43:05 CET 2022


Commit: 9355994eefffe1a1256e29fb74772ef7485c1c29
Author: Hans Goudey
Date:   Thu Jan 13 09:42:55 2022 -0600
Branches: temp-vert-normals-cleanup
https://developer.blender.org/rB9355994eefffe1a1256e29fb74772ef7485c1c29

Fix USD build error

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

M	source/blender/io/usd/intern/usd_reader_mesh.cc

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

diff --git a/source/blender/io/usd/intern/usd_reader_mesh.cc b/source/blender/io/usd/intern/usd_reader_mesh.cc
index 1324de40a6e..53dbaac99fd 100644
--- a/source/blender/io/usd/intern/usd_reader_mesh.cc
+++ b/source/blender/io/usd/intern/usd_reader_mesh.cc
@@ -28,9 +28,9 @@
 #include "BKE_mesh.h"
 #include "BKE_object.h"
 
-#include "BLI_float3.hh"
 #include "BLI_math.h"
 #include "BLI_math_geom.h"
+#include "BLI_math_vec_types.hh"
 #include "BLI_span.hh"
 #include "BLI_string.h"



More information about the Bf-blender-cvs mailing list