From cbdcc5dfd05a5f587c23eaf19c9c3e64dd494921 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 11 Aug 2023 08:18:30 +0200 Subject: [PATCH] Fix: Compilation Error in Draw Test Cases Pull Request: https://projects.blender.org/blender/blender/pulls/111035 --- source/blender/gpu/tests/gpu_testing.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/gpu/tests/gpu_testing.cc b/source/blender/gpu/tests/gpu_testing.cc index 65bc729c1da..ae14140e0a0 100644 --- a/source/blender/gpu/tests/gpu_testing.cc +++ b/source/blender/gpu/tests/gpu_testing.cc @@ -6,6 +6,8 @@ #include "CLG_log.h" +#include "BLI_math_color.h" + #include "GPU_context.h" #include "GPU_debug.h" #include "GPU_init_exit.h"