comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2060:e12d83e9ee59

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jun 2016 20:17:07 +0200
parents 8e67325eaa3f
children 40ffd0e8676a
comparison
equal deleted inserted replaced
2059:8e67325eaa3f 2060:e12d83e9ee59
36 #include <boost/noncopyable.hpp> 36 #include <boost/noncopyable.hpp>
37 #include <boost/lexical_cast.hpp> 37 #include <boost/lexical_cast.hpp>
38 #include <json/value.h> 38 #include <json/value.h>
39 39
40 #if HAS_ORTHANC_EXCEPTION == 1 40 #if HAS_ORTHANC_EXCEPTION == 1
41 # include <OrthancException.h> 41 # include "../../../Core/OrthancException.h"
42 #endif 42 #endif
43 43
44 44
45 namespace OrthancPlugins 45 namespace OrthancPlugins
46 { 46 {