From f1e4cd3f1fb17477e4b8f68fe71aa970e449bdab Mon Sep 17 00:00:00 2001 From: Amelie Fondevilla Date: Thu, 10 Aug 2023 14:21:22 +0200 Subject: [PATCH] Fix: missing include in volume.cc Pull Request: https://projects.blender.org/blender/blender/pulls/111005 --- source/blender/blenkernel/intern/volume.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenkernel/intern/volume.cc b/source/blender/blenkernel/intern/volume.cc index 10b1ae4ea4e..7d8481d637b 100644 --- a/source/blender/blenkernel/intern/volume.cc +++ b/source/blender/blenkernel/intern/volume.cc @@ -19,6 +19,7 @@ #include "BLI_ghash.h" #include "BLI_index_range.hh" #include "BLI_map.hh" +#include "BLI_math_matrix.h" #include "BLI_math_matrix_types.hh" #include "BLI_math_vector_types.hh" #include "BLI_path_util.h"