Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-10-07 12:31:50 +0300
committerBastien Montagne <bastien@blender.org>2022-10-07 12:32:13 +0300
commit87ef423e6ebdb90e0e8937b7e749d470a000b3e4 (patch)
treec1a943070a471227eb303042c4bfea183dad441f
parent412d670e9c581dcafccd950d661611b6a496299c (diff)
Fix missing header include when using timeit feature.
-rw-r--r--source/blender/makesrna/intern/rna_access_compare_override.c1
1 files changed, 1 insertions, 0 deletions
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"