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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-10-23 06:20:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-23 06:20:35 +0300
commitaf067f2305ac3b07620c1e504f463344774d2c0b (patch)
tree644bbfac2bffcf1ea3b785a58633a11c360b370a /tests
parent6dfe4cbc6b8717223c631e80af6c7552576966e1 (diff)
Correct gtest error in recent beautify change
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/BLI_polyfill2d_test.cc2
1 files changed, 2 insertions, 0 deletions
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"