From b92d76000d93758309c35c09f3a06c6103cc8bd0 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Tue, 16 Aug 2016 17:14:42 -0400 Subject: fix #includes for GPU debug Can now build release and debug. Close to final version in master (which took several commits). --- source/blender/gpu/intern/gpu_debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/gpu/intern/gpu_debug.c') diff --git a/source/blender/gpu/intern/gpu_debug.c b/source/blender/gpu/intern/gpu_debug.c index 21458a22221..614fdeb6e85 100644 --- a/source/blender/gpu/intern/gpu_debug.c +++ b/source/blender/gpu/intern/gpu_debug.c @@ -29,7 +29,9 @@ * \ingroup gpu */ +#include "BLI_utildefines.h" #include "BLI_sys_types.h" +#include "BLI_system.h" #include "BKE_global.h" -- cgit v1.2.3