diff OrthancFramework/Sources/SystemToolbox.h @ 4105:c02a2d9efbc2

move FromDcmtkBridge::ExecuteToDicom() to LuaFunctionCall, to remove dependency of DCMTK on Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 13:48:10 +0200
parents d25f4c0fa160
children bf7b9edf6b81
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.h	Mon Jul 06 11:45:39 2020 +0200
+++ b/OrthancFramework/Sources/SystemToolbox.h	Mon Jul 06 13:48:10 2020 +0200
@@ -33,6 +33,8 @@
 
 #pragma once
 
+#include "OrthancFramework.h"  // Must be before "ORTHANC_SANDBOXED"
+
 #if !defined(ORTHANC_SANDBOXED)
 #  error The macro ORTHANC_SANDBOXED must be defined
 #endif
@@ -42,7 +44,6 @@
 #endif
 
 #include "Enumerations.h"
-#include "OrthancFramework.h"
 
 #include <map>
 #include <vector>