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 <ideasman42@gmail.com>2018-06-01 09:15:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-01 09:16:24 +0300
commit63785a889c6d13e611520c1d9bcb2a94725dd44b (patch)
tree9e9cb04239ad9e43f5d7a8482b5fc34461b74409 /source/blender/draw/engines/workbench/workbench_private.h
parent35efa1d3d335697ddc50702472585929b176ef8d (diff)
3D View: support world background color
Diffstat (limited to 'source/blender/draw/engines/workbench/workbench_private.h')
-rw-r--r--source/blender/draw/engines/workbench/workbench_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_private.h b/source/blender/draw/engines/workbench/workbench_private.h
index 54cf82c59bb..d40db7f248d 100644
--- a/source/blender/draw/engines/workbench/workbench_private.h
+++ b/source/blender/draw/engines/workbench/workbench_private.h
@@ -31,6 +31,7 @@
#include "DNA_image_types.h"
#include "DNA_view3d_types.h"
+#include "DNA_world_types.h"
#include "DRW_render.h"