From a647a5682b90795fd32ee372093213aaea048d0d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 9 Jun 2016 09:52:41 +0200 Subject: Compilation error fix after recent cleanup Please do not do cleanups in minimal configuration, doing that has been proven to only cause issues without solving anything meaningful ;) --- source/blender/gpu/intern/gpu_draw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c index c1247db069a..b6f977d12ab 100644 --- a/source/blender/gpu/intern/gpu_draw.c +++ b/source/blender/gpu/intern/gpu_draw.c @@ -71,6 +71,9 @@ #include "BKE_node.h" #include "BKE_scene.h" #include "BKE_DerivedMesh.h" +#ifdef WITH_GAMEENGINE +# include "BKE_object.h" +#endif #include "GPU_basic_shader.h" #include "GPU_buffers.h" -- cgit v1.2.3