comparison Sources/PythonFunction.h @ 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
comparison
equal deleted inserted replaced
35:77f4e165e535 36:fd58eb5749ed
17 **/ 17 **/
18 18
19 19
20 #pragma once 20 #pragma once
21 21
22 #include "../Resources/Orthanc/Core/Compatibility.h"
23 #include "PythonObject.h" 22 #include "PythonObject.h"
23
24 #include <Compatibility.h>
24 25
25 #include <memory> 26 #include <memory>
26 27
27 class PythonModule; 28 class PythonModule;
28 29