Commit: eacc3debb75f1eed9777194773f2cab398c48d17 Author: Sergey Sharybin Date: Mon Feb 23 18:09:28 2015 +0500 Branches: master https://developer.blender.org/rBeacc3debb75f1eed9777194773f2cab398c48d17
Fix compilation error after recent GPU debug changes =================================================================== M 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 fb77274..21257a9 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 <stdio.h> +#include <stdlib.h> #include <string.h> #define CASE_CODE_RETURN_STR(code) case code: return #code; _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
