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:
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_engine.cc')
-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;