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:
Bart van der Braak
2025-10-14 15:22:27 +02:00
parent 4db85e7a8e
commit f359aee3bd

View File

@@ -9,6 +9,7 @@
#include "BLI_array.hh" #include "BLI_array.hh"
#include "BLI_array_utils.hh" #include "BLI_array_utils.hh"
#include "BLI_math_matrix.h" #include "BLI_math_matrix.h"
#include "BLI_math_matrix.hh"
#include "BLI_span.hh" #include "BLI_span.hh"
#include "DNA_pointcloud_types.h" #include "DNA_pointcloud_types.h"