diff OrthancServer/Plugins/Engine/PluginsJob.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 2007ab69ac16
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/PluginsJob.h	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Plugins/Engine/PluginsJob.h	Wed Jun 10 21:27:31 2020 +0200
@@ -35,7 +35,7 @@
 
 #if ORTHANC_ENABLE_PLUGINS == 1
 
-#include "../../Core/JobsEngine/IJob.h"
+#include "../../../OrthancFramework/Sources/JobsEngine/IJob.h"
 #include "../Include/orthanc/OrthancCPlugin.h"
 
 namespace Orthanc