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:
authorClément Foucault <foucault.clem@gmail.com>2018-07-18 15:58:32 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-18 15:58:56 +0300
commitf882df9e0f9de99c37558ce375ce681c148eac82 (patch)
tree143f5ed2e4e9107f0e71c3770c2354fcb8d5c94c /source/blender/gpu/GPU_common.h
parent3d67819a1709e35b2fb42a9d554b30136a72eec9 (diff)
GPU: Fix build error on Mac and Windows.
Diffstat (limited to 'source/blender/gpu/GPU_common.h')
-rw-r--r--source/blender/gpu/GPU_common.h2
1 files changed, 1 insertions, 1 deletions
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>