From f882df9e0f9de99c37558ce375ce681c148eac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 18 Jul 2018 14:58:32 +0200 Subject: GPU: Fix build error on Mac and Windows. --- source/blender/gpu/GPU_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 #endif -#include #include #include +#include "BLI_sys_types.h" #if TRUST_NO_ONE #include -- cgit v1.2.3