diff Sources/PythonFunction.cpp @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents 952e969a2240
children 23f3099bed47
line wrap: on
line diff
--- a/Sources/PythonFunction.cpp	Thu May 28 21:02:23 2020 +0200
+++ b/Sources/PythonFunction.cpp	Mon Jul 06 17:37:30 2020 +0200
@@ -21,7 +21,7 @@
 
 #include "PythonModule.h"
 
-#include <OrthancPluginCppWrapper.h>
+#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 
 
 PythonObject* PythonFunction::CallUnchecked(PyObject* args)