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:
authorAlexander Gavrilov <angavrilov@gmail.com>2020-12-14 14:09:18 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2020-12-14 14:09:18 +0300
commit6f7ced77e3e8ecdf32d3345fcde7021e8a3dd56c (patch)
tree977b723b02a5ac34bd8bcda5f8e59b6430d9eab9 /source/blender/blenlib/tests/BLI_math_rotation_test.cc
parentf5a019ed43ab07a7d265d81e8ce89d15aaff00ef (diff)
Fix windows build.
Diffstat (limited to 'source/blender/blenlib/tests/BLI_math_rotation_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_math_rotation_test.cc1
1 files changed, 1 insertions, 0 deletions
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>