diff Plugins/Engine/OrthancPluginDatabase.h @ 2463:be5c0f4155f6

move SharedLibrary into OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jan 2018 10:10:07 +0100
parents 878b59270859
children e583478e0c6c
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.h	Fri Jan 05 09:35:56 2018 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Fri Jan 05 10:10:07 2018 +0100
@@ -35,10 +35,10 @@
 
 #if ORTHANC_ENABLE_PLUGINS == 1
 
+#include "../../Core/SharedLibrary.h"
 #include "../../OrthancServer/IDatabaseWrapper.h"
 #include "../Include/orthanc/OrthancCDatabasePlugin.h"
 #include "PluginsErrorDictionary.h"
-#include "SharedLibrary.h"
 
 namespace Orthanc
 {