Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-02-23 16:09:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-02-23 16:09:28 +0300
commiteacc3debb75f1eed9777194773f2cab398c48d17 (patch)
tree7035cfd15a627ab568e2c578ec40f8c989297302 /source/blender/gpu/intern/gpu_debug.c
parentced19783fdd31f127593f523772026a40f8655b4 (diff)
Fix compilation error after recent GPU debug changes
Diffstat (limited to 'source/blender/gpu/intern/gpu_debug.c')
-rw-r--r--source/blender/gpu/intern/gpu_debug.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <stdlib.h>
#include <string.h>
#define CASE_CODE_RETURN_STR(code) case code: return #code;