]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg16.cxx
* Test/ShowDicom.cxx : Change the test to only open one vtkImageViewer.
[gdcm.git] / src / gdcmJpeg16.cxx
index 205b5643c8434566146ae2af033295bc2bd07490..08575f8cd963a7b7ded9fed297ddf865f247fff8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJpeg16.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/10/14 22:16:33 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/11/09 21:55:56 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
      PURPOSE.  See the above copyright notices for more information.
                                                                                 
 =========================================================================*/
-
 #include "gdcmFile.h"
+#include <stdio.h>
 
 extern "C" {
-#include "src/jpeg/libijg16/jconfig.h"
-#include "src/jpeg/libijg16/jpeglib.h"
+#include "gdcmjpeg/16/jconfig.h"
+#include "gdcmjpeg/16/jpeglib.h"
+#include "gdcmjpeg/16/jinclude.h"
+#include "gdcmjpeg/16/jerror.h"
 }
 
 #define gdcm_write_JPEG_file gdcm_write_JPEG_file16