Cleanup: clang-tidy errors.

This commit is contained in:
Jeroen Bakker 2021-03-24 11:00:31 +01:00
parent 665d8c0e34
commit 715c746296
Notes: blender-bot 2023-02-14 09:17:57 +01:00
Referenced by issue #86893, Measure tool undo repitition
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@
* \ingroup MEM
*/
#include <cstdio> /* Needed for `printf` on WIN32/APPLE. */
#include <cstdlib>
#include <stdio.h> /* Needed for `printf` on WIN32/APPLE. */
#include "MEM_guardedalloc.h"
#include "mallocn_intern.h"