Commit: 6b63765f1c44053928bf46a3f6b90d8b6d78e937 Author: Sergey Sharybin Date: Mon Jun 17 15:13:35 2019 +0200 Branches: master https://developer.blender.org/rB6b63765f1c44053928bf46a3f6b90d8b6d78e937
Fix compilation error after recent changes =================================================================== M source/blender/blenkernel/BKE_pbvh.h =================================================================== diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.h index 4edc5e651d8..4779a27853e 100644 --- a/source/blender/blenkernel/BKE_pbvh.h +++ b/source/blender/blenkernel/BKE_pbvh.h @@ -33,6 +33,7 @@ struct CCGElem; struct CCGKey; struct CustomData; struct DMFlagMat; +struct IsectRayPrecalc; struct GPUBatch; struct GPU_PBVH_Buffers; struct MLoop; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
