Cleanup: Add BLI_array.hh to includes for common brush code

Pull Request: https://projects.blender.org/blender/blender/pulls/123407
This commit is contained in:
Sean Kim
2024-06-19 02:35:00 +02:00
committed by Sean Kim
parent a9447cf09a
commit ea90d3f409

View File

@@ -4,6 +4,7 @@
#pragma once
#include "BLI_array.hh"
#include "BLI_bit_span.hh"
#include "BLI_math_matrix_types.hh"
#include "BLI_math_vector_types.hh"