Fix missing header include when using timeit feature.

This commit is contained in:
Bastien Montagne 2022-10-07 11:31:50 +02:00
parent 412d670e9c
commit 87ef423e6e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifdef DEBUG_OVERRIDE_TIMEIT
# include "PIL_time_utildefines.h"
# include <stdio.h>
#endif
#include "BKE_armature.h"