From eacc3debb75f1eed9777194773f2cab398c48d17 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 23 Feb 2015 18:09:28 +0500 Subject: Fix compilation error after recent GPU debug changes --- source/blender/gpu/intern/gpu_debug.c | 1 + 1 file changed, 1 insertion(+) (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 fb772748989..21257a9c734 100644 --- a/source/blender/gpu/intern/gpu_debug.c +++ b/source/blender/gpu/intern/gpu_debug.c @@ -38,6 +38,7 @@ #include "intern/gpu_private.h" #include +#include #include #define CASE_CODE_RETURN_STR(code) case code: return #code; -- cgit v1.2.3