# HG changeset patch # User Sebastien Jodogne # Date 1467310627 -7200 # Node ID e12d83e9ee59c80cb583445d8c86ac2b56bf3475 # Parent 8e67325eaa3fc7bf2d77e08c3bed8f80f12861b4 fix diff -r 8e67325eaa3f -r e12d83e9ee59 Plugins/Samples/Common/OrthancPluginCppWrapper.h --- 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 #if HAS_ORTHANC_EXCEPTION == 1 -# include +# include "../../../Core/OrthancException.h" #endif