diff --git a/Modules/Core/Common/src/itkMetaDataObject.cxx b/Modules/Core/Common/src/itkMetaDataObject.cxx index 130b5d22542..8ceb4e51b85 100644 --- a/Modules/Core/Common/src/itkMetaDataObject.cxx +++ b/Modules/Core/Common/src/itkMetaDataObject.cxx @@ -16,6 +16,14 @@ * *=========================================================================*/ #define ITK_TEMPLATE_EXPLICIT_MetaDataObject + + +#include "itkPrintHelper.h" +namespace itk +{ +// Use the overloaded operator<< to print the values of std::vector +using namespace print_helper; +} #include "itkMetaDataObject.h" namespace itk