comparison Core/Images/PngReader.cpp @ 2143:fd5875662670

creation of namespace SystemToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:54:23 +0100
parents aa4b8895cd23
children baf8dd89b4e0
comparison
equal deleted inserted replaced
2142:5a8840920121 2143:fd5875662670
32 32
33 #include "../PrecompiledHeaders.h" 33 #include "../PrecompiledHeaders.h"
34 #include "PngReader.h" 34 #include "PngReader.h"
35 35
36 #include "../OrthancException.h" 36 #include "../OrthancException.h"
37 #include "../SystemToolbox.h"
37 #include "../Toolbox.h" 38 #include "../Toolbox.h"
38 39
39 #include <png.h> 40 #include <png.h>
40 #include <string.h> // For memcpy() 41 #include <string.h> // For memcpy()
41 42