From: jpr Date: Wed, 31 May 2006 16:51:41 +0000 (+0000) Subject: Follow Mathieu's advice on #include X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=be7a04e6e47c4771c8c6e0811ccce23d51368034;p=gdcm.git Follow Mathieu's advice on #include --- 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 )