comparison OrthancServer/Sources/OrthancMoveRequestHandler.h @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children 318c16cfccab
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Core/DicomNetworking/IMoveRequestHandler.h" 35 #include "../../OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h"
36 36
37 namespace Orthanc 37 namespace Orthanc
38 { 38 {
39 class ServerContext; 39 class ServerContext;
40 40