diff Sources/PythonString.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 7ed502b17b8f
children ee76cced46a5
line wrap: on
line diff
--- a/Sources/PythonString.cpp	Thu May 28 21:02:23 2020 +0200
+++ b/Sources/PythonString.cpp	Mon Jul 06 17:37:30 2020 +0200
@@ -19,7 +19,7 @@
 
 #include "PythonString.h"
 
-#include <OrthancPluginCppWrapper.h>
+#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 
 PythonString::PythonString(PythonLock& lock,
                            const std::string& utf8) :