Blender Git Loki
Git Commits -> Revision 710e279
Revision 710e279 by Kévin Dietrich (master) December 23, 2021, 07:01 (GMT) |
Fix missing type declaration compile error rBbd3bd776c893 broke compilation here due to missing type declaration for basic types as the source file is not including this header. In any case, it is the responsibility of header files to include headers for types used by value in function parameters or struct definitions. |
Commit Details:
Full Hash: 710e279b193fb61aeb279e826fc479200a1ba580
Parent Commit: 41f3164
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/BKE_scene.h (+2, -0) (Diff)