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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-27 08:19:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-27 08:21:09 +0300
commit6178cf83537b5b1265867b7bd0d0e0c487a8937a (patch)
tree4d82507b947c537f105ed10ab2789a2282adab2e /tests/gtests/blenlib/BLI_kdopbvh_test.cc
parentb07dcb8fb06f622c8521878df6cbef01d98d6cc4 (diff)
Cleanup: use stubs for eigen gtest
Diffstat (limited to 'tests/gtests/blenlib/BLI_kdopbvh_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_kdopbvh_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtests/blenlib/BLI_kdopbvh_test.cc b/tests/gtests/blenlib/BLI_kdopbvh_test.cc
index e713ddc1695..74db7cf20a0 100644
--- a/tests/gtests/blenlib/BLI_kdopbvh_test.cc
+++ b/tests/gtests/blenlib/BLI_kdopbvh_test.cc
@@ -12,6 +12,8 @@ extern "C" {
#include "MEM_guardedalloc.h"
}
+#include "stubs/bf_intern_eigen_stubs.h"
+
/* -------------------------------------------------------------------- */
/* Helper Functions */