From 865025c343ac38f649b671d74fb6903dc2ec87da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Mar 2021 16:43:17 +1100 Subject: Cleanup: remove stdio.h header from MEM_guardedalloc.h This was included for `FILE *` which isn't used in the header. Ref D10799 --- source/blender/blenlib/intern/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/intern/string.c') diff --git a/source/blender/blenlib/intern/string.c b/source/blender/blenlib/intern/string.c index 3bfedd6f586..ccc11af9f2b 100644 --- a/source/blender/blenlib/intern/string.c +++ b/source/blender/blenlib/intern/string.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3