diff OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children a01b1c9cbef4
line wrap: on
line diff
--- a/OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Sources/EmbeddedResourceHttpHandler.cpp	Wed Jun 10 21:27:31 2020 +0200
@@ -34,10 +34,10 @@
 #include "PrecompiledHeadersServer.h"
 #include "EmbeddedResourceHttpHandler.h"
 
-#include "../Core/HttpServer/HttpOutput.h"
-#include "../Core/Logging.h"
-#include "../Core/OrthancException.h"
-#include "../Core/SystemToolbox.h"
+#include "../../OrthancFramework/Sources/HttpServer/HttpOutput.h"
+#include "../../OrthancFramework/Sources/Logging.h"
+#include "../../OrthancFramework/Sources/OrthancException.h"
+#include "../../OrthancFramework/Sources/SystemToolbox.h"
 
 
 namespace Orthanc