diff OrthancCppClient/Series.h @ 3:d5027f9f676a

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 15:12:22 +0200
parents ebc1e38ef615
children
line wrap: on
line diff
--- a/OrthancCppClient/Series.h	Mon Jun 01 13:59:12 2015 +0200
+++ b/OrthancCppClient/Series.h	Mon Jun 01 15:12:22 2015 +0200
@@ -34,8 +34,8 @@
 
 #include "Instance.h"
 
-#include "../Core/MultiThreading/ArrayFilledByThreads.h"
-#include "../Core/MultiThreading/ThreadedCommandProcessor.h"
+#include "ArrayFilledByThreads.h"
+#include "ThreadedCommandProcessor.h"
 
 namespace OrthancClient
 {