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:
authorJeroen Bakker <jeroen@blender.org>2021-03-26 10:38:58 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-26 10:38:58 +0300
commit4425bacec4d639fdc53f4cb8a6817326622b27b7 (patch)
treee37ab11fe3d0e76a208f42c387b891a3210bac7b /source/blender/io/gpencil/intern/gpencil_io_capi.cc
parent64d4e722a08465b0a16e6ee73d015b6a377127b1 (diff)
Cleanup: Fix clang-tidy errors.
Diffstat (limited to 'source/blender/io/gpencil/intern/gpencil_io_capi.cc')
-rw-r--r--source/blender/io/gpencil/intern/gpencil_io_capi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/gpencil/intern/gpencil_io_capi.cc b/source/blender/io/gpencil/intern/gpencil_io_capi.cc
index 231d23948ef..ae1a4e32b1c 100644
--- a/source/blender/io/gpencil/intern/gpencil_io_capi.cc
+++ b/source/blender/io/gpencil/intern/gpencil_io_capi.cc
@@ -21,7 +21,7 @@
* \ingroup bgpencil
*/
-#include <stdio.h>
+#include <cstdio>
#include "BLI_listbase.h"