From 96e2bd84932a826d09b7ed2201ba67a0a74f0b29 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 16:45:06 +0100 Subject: Cleanup: Fix forward declaration of headers --- source/blender/gpu/GPU_init_exit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/gpu/GPU_init_exit.h') 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); -- cgit v1.2.3