[Bf-blender-cvs] [f882df9e0f9] blender2.8: GPU: Fix build error on Mac and Windows.

Clément Foucault noreply at git.blender.org
Wed Jul 18 15:00:27 CEST 2018


Commit: f882df9e0f9de99c37558ce375ce681c148eac82
Author: Clément Foucault
Date:   Wed Jul 18 14:58:32 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBf882df9e0f9de99c37558ce375ce681c148eac82

GPU: Fix build error on Mac and Windows.

===================================================================

M	source/blender/gpu/GPU_common.h

===================================================================

diff --git a/source/blender/gpu/GPU_common.h b/source/blender/gpu/GPU_common.h
index cb506c6b0bc..7d86a6ec8a5 100644
--- a/source/blender/gpu/GPU_common.h
+++ b/source/blender/gpu/GPU_common.h
@@ -43,9 +43,9 @@
   #include <GL/glew.h>
 #endif
 
-#include <stdlib.h>
 #include <stdbool.h>
 #include <stdint.h>
+#include "BLI_sys_types.h"
 
 #if TRUST_NO_ONE
   #include <assert.h>



More information about the Bf-blender-cvs mailing list