comparison Core/SerializationToolbox.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 5d2348b39392
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "DicomFormat/DicomTag.h" 36 #include "DicomFormat/DicomTag.h"
37 #include "Exports.h" 37 #include "OrthancFramework.h"
38 38
39 #include <json/value.h> 39 #include <json/value.h>
40 #include <list> 40 #include <list>
41 #include <map> 41 #include <map>
42 42