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

View File

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