diff OrthancServer/Sources/OrthancConfiguration.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 0ddc5297a8ab
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.h	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Sources/OrthancConfiguration.h	Wed Jun 10 21:27:31 2020 +0200
@@ -33,9 +33,9 @@
 
 #pragma once
 
-#include "../Core/Images/FontRegistry.h"
-#include "../Core/WebServiceParameters.h"
-#include "../Core/DicomNetworking/RemoteModalityParameters.h"
+#include "../../OrthancFramework/Sources/Images/FontRegistry.h"
+#include "../../OrthancFramework/Sources/WebServiceParameters.h"
+#include "../../OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h"
 
 #include <OrthancServerResources.h>