Fix #148031: Build issue on Windows x64 with missing include
This issue was introduced by 1d372bdc8b and only shows up when doing a release build without `-DWITH_ASSERT_RELEASE=ON -DWITH_ASSERT_ABORT=ON`.
Pull Request: https://projects.blender.org/blender/blender/pulls/147296
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "BLI_array.hh"
|
||||
#include "BLI_array_utils.hh"
|
||||
#include "BLI_math_matrix.h"
|
||||
#include "BLI_math_matrix.hh"
|
||||
#include "BLI_span.hh"
|
||||
|
||||
#include "DNA_pointcloud_types.h"
|
||||
|
||||
Reference in New Issue
Block a user