comparison Resources/Orthanc/Stone/IOrthancConnection.h @ 239:bab966288abe

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jun 2021 09:20:44 +0200
parents 1e864138f0da
children 20a730889ae2
comparison
equal deleted inserted replaced
238:476d5204d08b 239:bab966288abe
19 * <http://www.gnu.org/licenses/>. 19 * <http://www.gnu.org/licenses/>.
20 **/ 20 **/
21 21
22 22
23 #pragma once 23 #pragma once
24
25 #include "DicomPath.h"
26 24
27 #include <boost/noncopyable.hpp> 25 #include <boost/noncopyable.hpp>
28 #include <string> 26 #include <string>
29 #include <json/value.h> 27 #include <json/value.h>
30 28