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:
authorMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
committerMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
commitb92d76000d93758309c35c09f3a06c6103cc8bd0 (patch)
tree766f91e493c273ec74f9651343673084ec77e357 /source/blender/gpu/intern/gpu_debug.c
parentb8f27b25145b23ebaa402aa6873ebfcbadc3491f (diff)
fix #includes for GPU debug
Can now build release and debug. Close to final version in master (which took several commits).
Diffstat (limited to 'source/blender/gpu/intern/gpu_debug.c')
-rw-r--r--source/blender/gpu/intern/gpu_debug.c2
1 files changed, 2 insertions, 0 deletions
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"