From 6f7ced77e3e8ecdf32d3345fcde7021e8a3dd56c Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Mon, 14 Dec 2020 14:09:18 +0300 Subject: Fix windows build. --- source/blender/blenlib/tests/BLI_math_rotation_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenlib/tests/BLI_math_rotation_test.cc b/source/blender/blenlib/tests/BLI_math_rotation_test.cc index 90fd4f8c2e6..5a179bff3d6 100644 --- a/source/blender/blenlib/tests/BLI_math_rotation_test.cc +++ b/source/blender/blenlib/tests/BLI_math_rotation_test.cc @@ -2,6 +2,7 @@ #include "testing/testing.h" +#include "BLI_math_base.h" #include "BLI_math_rotation.h" #include -- cgit v1.2.3