Skip to content

Commit

Permalink
COMP: Add missing include in itkMetaDataObjectDetail.h
Browse files Browse the repository at this point in the history
Fixed compile errors encountered using Linux, GCC 14.2.1, cmake 3.30.5.
  • Loading branch information
pzaffino authored Oct 10, 2024
1 parent 8e67720 commit 15af3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Core/Common/include/itkMetaDataObjectDetail.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <type_traits>
#include <utility>
#include <iosfwd>

namespace itk
{
Expand Down

0 comments on commit 15af3ae

Please sign in to comment.