comparison Core/Toolbox.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 05a363186da6
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "Enumerations.h" 36 #include "Enumerations.h"
37 #include "Exports.h" 37 #include "OrthancFramework.h"
38 38
39 #include <stdint.h> 39 #include <stdint.h>
40 #include <vector> 40 #include <vector>
41 #include <string> 41 #include <string>
42 #include <json/json.h> 42 #include <json/json.h>