Fix missing matrix includes

This commit is contained in:
Campbell Barton 2023-02-07 14:07:21 +11:00
parent 8703db393b
commit d5af895419
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BLI_math_matrix.h"
#include "BLI_math_matrix.hh"
#include "BLI_task.hh"
#include "BKE_instances.hh"

View File

@ -4,6 +4,7 @@
# include <openvdb/openvdb.h>
#endif
#include "BLI_math_matrix.hh"
#include "BLI_math_matrix_types.hh"
#include "DNA_mesh_types.h"

View File

@ -2,6 +2,8 @@
#include "BLI_task.hh"
#include "BLI_math_matrix.hh"
#include "BKE_instances.hh"
#include "node_geometry_util.hh"