Mercurial > hg > orthanc
changeset 2060:e12d83e9ee59
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 30 Jun 2016 20:17:07 +0200 |
parents | 8e67325eaa3f |
children | 8856f15b3e02 |
files | Plugins/Samples/Common/OrthancPluginCppWrapper.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Thu Jun 30 20:02:21 2016 +0200 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Thu Jun 30 20:17:07 2016 +0200 @@ -38,7 +38,7 @@ #include <json/value.h> #if HAS_ORTHANC_EXCEPTION == 1 -# include <OrthancException.h> +# include "../../../Core/OrthancException.h" #endif