[Bf-blender-cvs] [eacc3de] master: Fix compilation error after recent GPU debug changes

Sergey Sharybin noreply at git.blender.org
Mon Feb 23 14:09:49 CET 2015


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;




More information about the Bf-blender-cvs mailing list