Mercurial > hg > orthanc
comparison Core/ImageFormats/ImageBuffer.cpp @ 860:80c7e53a69b5 jpeg
bugfix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 07 Jun 2014 10:32:15 +0200 |
parents | 839be3022203 |
children | 3c0d0836f704 |
comparison
equal
deleted
inserted
replaced
859:610a9a1ed855 | 860:80c7e53a69b5 |
---|---|
30 **/ | 30 **/ |
31 | 31 |
32 | 32 |
33 #include "../PrecompiledHeaders.h" | 33 #include "../PrecompiledHeaders.h" |
34 #include "ImageBuffer.h" | 34 #include "ImageBuffer.h" |
35 | |
36 #include <stdio.h> | |
35 | 37 |
36 namespace Orthanc | 38 namespace Orthanc |
37 { | 39 { |
38 void ImageBuffer::Allocate() | 40 void ImageBuffer::Allocate() |
39 { | 41 { |