From be7a04e6e47c4771c8c6e0811ccce23d51368034 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 31 May 2006 16:51:41 +0000 Subject: [PATCH] Follow Mathieu's advice on #include --- Testing/TestDicomDir.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index 384fa293..9d999637 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:30 $ - Version: $Revision: 1.42 $ + Date: $Date: 2006/05/31 16:51:41 $ + Version: $Revision: 1.43 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,6 +27,8 @@ #include #include +#include + // check *all* the dicom elements (gdcm::DocEntry) // of this gdcm::DicomDirObject int CompareSQItem(gdcm::SQItem *pa1, gdcm::SQItem *pa2 ) -- 2.48.1