]> Creatis software - gdcm.git/blobdiff - src/gdcmPixelReadConvert.cxx
COMP: Borland could not compile gdcm... BTW there is something fishy with the protect...
[gdcm.git] / src / gdcmPixelReadConvert.cxx
index d4c57abfb1f7cd21b0f55cd2eec75b323946a238..5c9dd5d67222a4e579dc70534269774c01e130a4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 10:21:55 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/12/03 20:43:37 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 // grep PixelReadConvert everywhere and clean up !
 
 #include "gdcmDebug.h"
+#include "gdcmHeader.h"
 #include "gdcmPixelReadConvert.h"
+#include "gdcmDocEntry.h"
+#include "gdcmRLEFramesInfo.h"
+#include "gdcmJPEGFragmentsInfo.h"
+
 #include <fstream>
-#include <stdio.h>
+#include <stdio.h> //for sscanf
 
 namespace gdcm
 {