]> Creatis software - gdcm.git/commitdiff
COMP: looks like a patch from Luca...
authormalaterre <malaterre>
Mon, 11 Jul 2005 14:35:46 +0000 (14:35 +0000)
committermalaterre <malaterre>
Mon, 11 Jul 2005 14:35:46 +0000 (14:35 +0000)
Example/exOverlaysACR.cxx

index 00fa7520850e2002f58e46139ab9f7510e84242c..257b11aa731ed6738c0dcc346b35cc4573309f24 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exOverlaysACR.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/07/07 17:31:54 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/07/11 14:35:46 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -22,7 +22,8 @@
 #include "gdcmDocEntry.h"
 
 #include <iostream>
- #include <stdio.h>
+#include <stdio.h> // for fseek... FIXME
+#include <stdlib.h> // for atoi
  
  // WARNING :
  // unfinished : DO NOT to be used as is !