comparison ViewerPlugin/OrthancPluginConnection.cpp @ 235:8a5b2b068e52

fix include path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Jan 2021 11:18:36 +0100
parents 1e864138f0da
children 49f647ed1b4c
comparison
equal deleted inserted replaced
234:a464169306ce 235:8a5b2b068e52
19 **/ 19 **/
20 20
21 21
22 #include "OrthancPluginConnection.h" 22 #include "OrthancPluginConnection.h"
23 23
24 #include "../../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" 24 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
25 25
26 #include <OrthancException.h> 26 #include <OrthancException.h>
27 27
28 namespace OrthancWSI 28 namespace OrthancWSI
29 { 29 {