diff OrthancServer/Resources/Testing/Issue32/Cpp/main.cpp @ 4050:cd363608551a framework

fix paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 11:44:48 +0200
parents d25f4c0fa160
children
line wrap: on
line diff
--- a/OrthancServer/Resources/Testing/Issue32/Cpp/main.cpp	Thu Jun 11 10:05:26 2020 +0200
+++ b/OrthancServer/Resources/Testing/Issue32/Cpp/main.cpp	Thu Jun 11 11:44:48 2020 +0200
@@ -1,7 +1,7 @@
-#include <Core/HttpClient.h>
-#include <Core/Logging.h>
-#include <Core/OrthancException.h>
-#include <Core/SystemToolbox.h>
+#include "../../../../../OrthancFramework/Sources/HttpClient.h"
+#include "../../../../../OrthancFramework/Sources/Logging.h"
+#include "../../../../../OrthancFramework/Sources/OrthancException.h"
+#include "../../../../../OrthancFramework/Sources/SystemToolbox.h"
 
 #include <iostream>
 #include <boost/thread.hpp>