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:
Diffstat (limited to 'tests/gtests/blenlib/BLI_stack_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_stack_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenlib/BLI_stack_test.cc b/tests/gtests/blenlib/BLI_stack_test.cc
index a3fd5efadf0..359e61c6f47 100644
--- a/tests/gtests/blenlib/BLI_stack_test.cc
+++ b/tests/gtests/blenlib/BLI_stack_test.cc
@@ -4,9 +4,9 @@
#include <string.h>
extern "C" {
+#include "BLI_array.h"
#include "BLI_stack.h"
#include "BLI_utildefines.h"
-#include "BLI_array.h"
};
#define SIZE 1024