From e6ad11f06dd7875c66b1c0a2bfabd2cd3eb1d8c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Feb 2022 16:45:16 +1100 Subject: Cleanup: quiet warnings including RE_pipeline.h directly --- source/blender/render/RE_pipeline.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/render') diff --git a/source/blender/render/RE_pipeline.h b/source/blender/render/RE_pipeline.h index c1392b24023..6374b70ae1f 100644 --- a/source/blender/render/RE_pipeline.h +++ b/source/blender/render/RE_pipeline.h @@ -31,6 +31,7 @@ struct Image; struct ImageFormatData; struct Main; struct Object; +struct ImBuf; struct RenderData; struct RenderResult; struct ReportList; @@ -209,7 +210,7 @@ void RE_FreeAllPersistentData(void); /** * Free persistent render data, optionally only for the given scene. */ -void RE_FreePersistentData(const Scene *scene); +void RE_FreePersistentData(const struct Scene *scene); /** * Get results and statistics. -- cgit v1.2.3