]> Creatis software - gdcm.git/blobdiff - src/gdcmRLE.cxx
Remaining etc... replaced by ...
[gdcm.git] / src / gdcmRLE.cxx
index 213ab4df48956cc696bb3723004c0ddf88d9ecdd..3a0f2ed0ab2581cd496dac496ce2ff783be8304a 100644 (file)
@@ -37,7 +37,7 @@ static int _gdcm_read_RLE_fragment (char ** image_buffer,
 int
 gdcmFile::gdcm_read_RLE_file (void * image_buffer) {
    char * im = (char *)image_buffer;
-   cout << "RLE image" << std::endl;
+   std::cout << "RLE image" << std::endl;
 
    long RleSegmentLength[15],fragmentLength,uncompressedSegmentSize;;
    long ftellRes, ln;