diff OrthancServer/Sources/ServerIndexChange.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 d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndexChange.h	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Sources/ServerIndexChange.h	Wed Jun 10 21:27:31 2020 +0200
@@ -34,8 +34,8 @@
 #pragma once
 
 #include "ServerEnumerations.h"
-#include "../Core/IDynamicObject.h"
-#include "../Core/SystemToolbox.h"
+#include "../../OrthancFramework/Sources/IDynamicObject.h"
+#include "../../OrthancFramework/Sources/SystemToolbox.h"
 
 #include <string>
 #include <json/value.h>