From 1e23304fbc402b15d59a16aed400770aecd6a0dd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Apr 2022 09:24:25 +1000 Subject: Cleanup: missing declaration warnings & spelling in comments --- source/blender/draw/engines/eevee_next/eevee_engine.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/draw') diff --git a/source/blender/draw/engines/eevee_next/eevee_engine.cc b/source/blender/draw/engines/eevee_next/eevee_engine.cc index 390ab1f3e50..e3932c093b4 100644 --- a/source/blender/draw/engines/eevee_next/eevee_engine.cc +++ b/source/blender/draw/engines/eevee_next/eevee_engine.cc @@ -11,6 +11,8 @@ #include "DRW_render.h" +#include "eevee_engine.h" /* Own include. */ + struct EEVEE_Data { DrawEngineType *engine_type; DRWViewportEmptyList *fbl; -- cgit v1.2.3