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" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
