Fix: Build error from renamed header

This commit is contained in:
Hans Goudey
2024-01-12 08:37:27 -05:00
parent 37b2c12cfa
commit bf6eda3073

View File

@@ -9,7 +9,7 @@
#include "BKE_geometry_set.hh"
#include "BKE_instances.hh"
#include "BKE_mesh.hh"
#include "BKE_pointcloud.h"
#include "BKE_pointcloud.hh"
#include "BLI_array.hh"
#include "BLI_array_utils.hh"