comparison Framework/Oracle/ParseDicomFromFileCommand.h @ 1154:184c407e252f broker

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Nov 2019 09:02:09 +0100
parents 48befc2bf66d
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1153:113131100638 1154:184c407e252f
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "OracleCommandBase.h" 24 #include "OracleCommandBase.h"
25
26 #include <string>
25 27
26 namespace OrthancStone 28 namespace OrthancStone
27 { 29 {
28 class ParseDicomFromFileCommand : public OracleCommandBase 30 class ParseDicomFromFileCommand : public OracleCommandBase
29 { 31 {