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:
authorCampbell Barton <campbell@blender.org>2022-04-29 02:24:25 +0300
committerCampbell Barton <campbell@blender.org>2022-04-29 02:27:46 +0300
commit1e23304fbc402b15d59a16aed400770aecd6a0dd (patch)
tree97d18018cde7f1475151a293e2ec0a018654f1ca /source/blender/draw
parent9a25a34e42faaeb5fad84c3a0c2d8d15b892278c (diff)
Cleanup: missing declaration warnings & spelling in comments
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_engine.cc2
1 files changed, 2 insertions, 0 deletions
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;