diff OrthancServer/Sources/ServerContext.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 37310bb1cd30
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Wed Jun 10 21:27:31 2020 +0200
@@ -39,8 +39,8 @@
 #include "ServerIndex.h"
 #include "ServerJobs/IStorageCommitmentFactory.h"
 
-#include "../Core/Cache/MemoryCache.h"
-#include "../Core/DicomParsing/IDicomTranscoder.h"
+#include "../../OrthancFramework/Sources/Cache/MemoryCache.h"
+#include "../../OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h"
 
 
 namespace Orthanc