Mercurial > hg > orthanc-python
changeset 200:3757a7b9e6f1
fix build on macOS
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jul 2024 19:16:45 +0200 |
parents | a8ff820fb028 |
children | 2a2fae513366 |
files | Sources/OnChangeCallback.cpp Sources/RestCallbacks.cpp |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/OnChangeCallback.cpp Tue Jul 02 19:06:54 2024 +0200 +++ b/Sources/OnChangeCallback.cpp Tue Jul 02 19:16:45 2024 +0200 @@ -21,6 +21,8 @@ #include "OnChangeCallback.h" +#include "PythonHeaderWrapper.h" + #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" #include "ICallbackRegistration.h" #include "PythonString.h"
--- a/Sources/RestCallbacks.cpp Tue Jul 02 19:06:54 2024 +0200 +++ b/Sources/RestCallbacks.cpp Tue Jul 02 19:16:45 2024 +0200 @@ -21,6 +21,8 @@ #include "RestCallbacks.h" +#include "PythonHeaderWrapper.h" + #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" #include "Autogenerated/sdk.h" #include "PythonBytes.h"