X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg2000.cxx;h=4ab11d6ee14a4d56781da8e4ed904bb1e36d5a12;hb=8e10ae94ea66aca5adf40e66521fba9c736628c4;hp=f5ea6569936d3e8c491477669afa781793224bb0;hpb=fea9426f960497d2d9124ab532d2097f2915678f;p=gdcm.git diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx index f5ea6569..4ab11d6e 100644 --- a/src/gdcmJpeg2000.cxx +++ b/src/gdcmJpeg2000.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg2000.cxx,v $ Language: C++ - Date: $Date: 2004/10/22 03:05:42 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/02/01 10:29:55 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,11 +16,13 @@ =========================================================================*/ //----------------------------------------------------------------------------- -#include "gdcmFile.h" +#include "gdcmFileHelper.h" + +#include +#include namespace gdcm { - //----------------------------------------------------------------------------- /** * \brief routine for JPEG decompression @@ -37,7 +39,7 @@ bool gdcm_read_JPEG2000_file (std::ifstream* fp,void* image_buffer) { std::cout << "Sorry JPEG 2000 File not yet taken into account" << std::endl; return false; } -} // end namespace gdcm //----------------------------------------------------------------------------- +} // end namespace gdcm