From af067f2305ac3b07620c1e504f463344774d2c0b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 23 Oct 2017 14:20:35 +1100 Subject: Correct gtest error in recent beautify change --- tests/gtests/blenlib/BLI_polyfill2d_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gtests') 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" -- cgit v1.2.3