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:
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 a4bafe13500..dd580ebbdac 100644
--- a/source/blender/gpu/GPU_common.h
+++ b/source/blender/gpu/GPU_common.h
@@ -37,9 +37,9 @@
# include <GL/glew.h>
#endif
+#include "BLI_sys_types.h"
#include <stdbool.h>
#include <stdint.h>
-#include "BLI_sys_types.h"
#if TRUST_NO_ONE
# include <assert.h>