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/modifiers/intern/MOD_subsurf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c index d089894a6e9..c3611488f5f 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.c +++ b/source/blender/modifiers/intern/MOD_subsurf.c @@ -22,6 +22,7 @@ */ #include +#include #include #include "MEM_guardedalloc.h" -- cgit v1.2.3