[Bf-blender-cvs] [87ef423e6eb] master: Fix missing header include when using timeit feature.

Bastien Montagne noreply at git.blender.org
Fri Oct 7 11:32:19 CEST 2022


Commit: 87ef423e6ebdb90e0e8937b7e749d470a000b3e4
Author: Bastien Montagne
Date:   Fri Oct 7 11:31:50 2022 +0200
Branches: master
https://developer.blender.org/rB87ef423e6ebdb90e0e8937b7e749d470a000b3e4

Fix missing header include when using timeit feature.

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

M	source/blender/makesrna/intern/rna_access_compare_override.c

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

diff --git a/source/blender/makesrna/intern/rna_access_compare_override.c b/source/blender/makesrna/intern/rna_access_compare_override.c
index 808578b4746..0b8412367bf 100644
--- a/source/blender/makesrna/intern/rna_access_compare_override.c
+++ b/source/blender/makesrna/intern/rna_access_compare_override.c
@@ -27,6 +27,7 @@
 
 #ifdef DEBUG_OVERRIDE_TIMEIT
 #  include "PIL_time_utildefines.h"
+#  include <stdio.h>
 #endif
 
 #include "BKE_armature.h"



More information about the Bf-blender-cvs mailing list