diff OrthancServer/Plugins/Engine/PluginsJob.h @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents 05b8fd21089c
children 318c16cfccab
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/PluginsJob.h	Thu Sep 17 08:18:28 2020 +0200
+++ b/OrthancServer/Plugins/Engine/PluginsJob.h	Thu Sep 17 08:35:11 2020 +0200
@@ -35,6 +35,7 @@
 
 #if ORTHANC_ENABLE_PLUGINS == 1
 
+#include "../../../OrthancFramework/Sources/Compatibility.h"  // For ORTHANC_OVERRIDE
 #include "../../../OrthancFramework/Sources/JobsEngine/IJob.h"
 #include "../Include/orthanc/OrthancCPlugin.h"