Fix build error from missing include

This commit is contained in:
Hans Goudey 2022-08-30 12:47:21 -05:00
parent 82a46ea6f8
commit 934b9277be
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* Common field utilities and field definitions for geometry components.
*/
#include "BKE_attribute.h"
#include "BKE_geometry_set.hh"
#include "FN_field.hh"