Commit: 66c4eee0161420c542a0037bdcb6f3c621cc7af8 Author: Brecht Van Lommel Date: Thu Apr 7 20:36:15 2022 +0200 Branches: temp-T96710-pbvh-pixels https://developer.blender.org/rB66c4eee0161420c542a0037bdcb6f3c621cc7af8
Fix Clang/Linux build error after line primitive parallelization =================================================================== M source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc =================================================================== diff --git a/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc b/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc index 8c1dea90f44..2af86b4b1d2 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc @@ -3,6 +3,8 @@ #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" +#include "BLI_task.hh" + #include "BKE_material.h" #include "BKE_mesh.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
