comparison Plugin/ParsedDicomImage.h @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 02f7a0400a91
children 111689a2c177
comparison
equal deleted inserted replaced
25:15acbf5e7545 26:a6492d20b2a8
18 **/ 18 **/
19 19
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "../Orthanc/ImageFormats/ImageAccessor.h" 23 #include "../Orthanc/Core/ImageFormats/ImageAccessor.h"
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 #include <boost/noncopyable.hpp> 26 #include <boost/noncopyable.hpp>
27 #include <boost/shared_ptr.hpp> 27 #include <boost/shared_ptr.hpp>
28 #include <json/value.h> 28 #include <json/value.h>