[Bf-blender-cvs] [af067f2305a] master: Correct gtest error in recent beautify change

Campbell Barton noreply at git.blender.org
Mon Oct 23 05:17:46 CEST 2017


Commit: af067f2305ac3b07620c1e504f463344774d2c0b
Author: Campbell Barton
Date:   Mon Oct 23 14:20:35 2017 +1100
Branches: master
https://developer.blender.org/rBaf067f2305ac3b07620c1e504f463344774d2c0b

Correct gtest error in recent beautify change

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

M	tests/gtests/blenlib/BLI_polyfill2d_test.cc

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

diff --git a/tests/gtests/blenlib/BLI_polyfill2d_test.cc b/tests/gtests/blenlib/BLI_polyfill2d_test.cc
index 235bae3e5ff..a58116c7b85 100644
--- a/tests/gtests/blenlib/BLI_polyfill2d_test.cc
+++ b/tests/gtests/blenlib/BLI_polyfill2d_test.cc
@@ -10,8 +10,10 @@
 #define USE_BEAUTIFY
 
 extern "C" {
+#include "BLI_utildefines.h"
 #include "BLI_array_utils.h"
 #include "BLI_polyfill2d.h"
+#include "BLI_edgehash.h"
 #include "BLI_math.h"
 #include "MEM_guardedalloc.h"



More information about the Bf-blender-cvs mailing list