Skip to content

Commit

Permalink
COMP: Missing defition of ITK_DISALLOW_COPY_AND_ASSIGN
Browse files Browse the repository at this point in the history
Need to `#include <itkMacro.h>` for definition
of ITK_DISALLOW_COPY_AND_ASSIGN.
  • Loading branch information
hjmjohnson authored and dzenanz committed May 5, 2020
1 parent c997735 commit d933363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Core/Common/include/itkSTLConstContainerAdaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#ifndef itkSTLConstContainerAdaptor_h
#define itkSTLConstContainerAdaptor_h

#include <itkMacro.h>

namespace itk
{
/** \class STLConstContainerAdaptor
Expand Down

0 comments on commit d933363

Please sign in to comment.