]> Creatis software - gdcm.git/commitdiff
Follow Mathieu's advice on #include
authorjpr <jpr>
Wed, 31 May 2006 16:51:41 +0000 (16:51 +0000)
committerjpr <jpr>
Wed, 31 May 2006 16:51:41 +0000 (16:51 +0000)
Testing/TestDicomDir.cxx

index 384fa293b88065e26e86b3995a9d887f9811b292..9d99963730695ba518b87656f2e5b80af9da201e 100644 (file)
@@ -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 <iostream>
 #include <fstream>
 
+#include <stdlib.h>
+
 // check *all* the dicom elements (gdcm::DocEntry)
 // of this gdcm::DicomDirObject
 int CompareSQItem(gdcm::SQItem *pa1, gdcm::SQItem *pa2 )