comparison OrthancServer/Plugins/Engine/IPluginServiceProvider.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 d9473bd5ed43
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
35 35
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 #include "../Include/orthanc/OrthancCPlugin.h" 38 #include "../Include/orthanc/OrthancCPlugin.h"
39 39
40 #include "../../Core/SharedLibrary.h" 40 #include "../../../OrthancFramework/Sources/SharedLibrary.h"
41 41
42 namespace Orthanc 42 namespace Orthanc
43 { 43 {
44 class IPluginServiceProvider : boost::noncopyable 44 class IPluginServiceProvider : boost::noncopyable
45 { 45 {