File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2323
2424#include < geode/mesh/core/solid_mesh.h>
2525
26+ #include < stack>
27+
2628#include < absl/container/flat_hash_set.h>
2729
2830#include < bitsery/brief_syntax/array.h>
@@ -377,10 +379,10 @@ namespace geode
377379 public:
378380 explicit Impl ( SolidMesh& solid )
379381 : polyhedron_around_vertex_(
380- solid.vertex_attribute_manager()
381- .template find_or_create_attribute< VariableAttribute,
382- PolyhedronVertex >(
383- " polyhedron_around_vertex" , PolyhedronVertex{} ) ),
382+ solid.vertex_attribute_manager()
383+ .template find_or_create_attribute< VariableAttribute,
384+ PolyhedronVertex >(
385+ " polyhedron_around_vertex" , PolyhedronVertex{} ) ),
384386 polyhedra_around_vertex_(
385387 solid.vertex_attribute_manager()
386388 .template find_or_create_attribute< VariableAttribute,
You can’t perform that action at this time.
0 commit comments