]> Creatis software - gdcm.git/blobdiff - Example/BuildUpDicomDir.cxx
* vtk/vtkGdcmReader.cxx : correct error in vtkDebugMacro, vtkWarningMacro
[gdcm.git] / Example / BuildUpDicomDir.cxx
index 7429a337b6b9bde004a08e26f09c764f13b41b57..7aa49723d1d8c705588891d8a49be588e54ded0f 100644 (file)
@@ -1,4 +1,20 @@
-#include <iostream>
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: BuildUpDicomDir.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/11/30 18:10:23 $
+  Version:   $Revision: 1.9 $
+                                                                                
+  Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
+  l'Image). All rights reserved. See Doc/License.txt or
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
 #include "gdcm.h"
 #include "gdcmDocEntry.h"
 #include "gdcmDicomDir.h"
@@ -7,6 +23,8 @@
 #include "gdcmDebug.h"
 
 #include <fstream>
+#include <iostream>
+#include <stdio.h>
 #ifdef GDCM_NO_ANSI_STRING_STREAM
 #  include <strstream>
 #  define  ostringstream ostrstream