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')
-rw-r--r--source/blender/gpu/GPU_draw.h1
-rw-r--r--source/blender/gpu/GPU_init_exit.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h
index cc681c02009..5ed27d9a648 100644
--- a/source/blender/gpu/GPU_draw.h
+++ b/source/blender/gpu/GPU_draw.h
@@ -34,6 +34,7 @@ struct Image;
struct ImageUser;
struct Main;
+#include "BLI_utildefines.h"
#include "DNA_object_enums.h"
/* OpenGL drawing functions related to shading. */
diff --git a/source/blender/gpu/GPU_init_exit.h b/source/blender/gpu/GPU_init_exit.h
index 59aef162a9d..0046eaa942b 100644
--- a/source/blender/gpu/GPU_init_exit.h
+++ b/source/blender/gpu/GPU_init_exit.h
@@ -28,6 +28,8 @@
extern "C" {
#endif
+#include "BLI_utildefines.h"
+
void GPU_init(void);
void GPU_exit(void);
bool GPU_is_initialized(void);