[Bf-blender-cvs] [6f7ced77e3e] master: Fix windows build.

Alexander Gavrilov noreply at git.blender.org
Mon Dec 14 12:09:23 CET 2020


Commit: 6f7ced77e3e8ecdf32d3345fcde7021e8a3dd56c
Author: Alexander Gavrilov
Date:   Mon Dec 14 14:09:18 2020 +0300
Branches: master
https://developer.blender.org/rB6f7ced77e3e8ecdf32d3345fcde7021e8a3dd56c

Fix windows build.

===================================================================

M	source/blender/blenlib/tests/BLI_math_rotation_test.cc

===================================================================

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 <cmath>



More information about the Bf-blender-cvs mailing list