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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-08 19:20:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-08 19:21:40 +0300
commit6bca11a84754ab2cd409e249ed00ec2269de89d1 (patch)
treeb031963e719b6d0cfedb17265089d789b280eda8 /tests
parent15c463cee34703a5c2020d618849bded54d4b5a9 (diff)
Fix build error in tests on Clang / macOS
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/BLI_string_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gtests/blenlib/BLI_string_test.cc b/tests/gtests/blenlib/BLI_string_test.cc
index 5766339f10d..a35f9fe067e 100644
--- a/tests/gtests/blenlib/BLI_string_test.cc
+++ b/tests/gtests/blenlib/BLI_string_test.cc
@@ -2,6 +2,7 @@
#include "testing/testing.h"
+#include <array>
#include <initializer_list>
#include <ostream> // NOLINT
#include <string>