Skip to content

Commit

Permalink
COMP: address missing enum error
Browse files Browse the repository at this point in the history
Fixes: 'CellGeometryEnum' does not name a type
  • Loading branch information
blowekamp authored and dzenanz committed May 17, 2023
1 parent c9fc138 commit dbc9c91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "itkAutoPointer.h"
#include "itkMesh.h"
#include "itkGeometricalQuadEdge.h"
#include "itkCommonEnums.h"

namespace itk
{
Expand Down

0 comments on commit dbc9c91

Please sign in to comment.