Mercurial > hg > orthanc
changeset 4156:d07cd8133e56
fix
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sun, 23 Aug 2020 14:08:59 +0200 |
| parents | 06baa6bf187a |
| children | 86e99e08ba52 |
| files | OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h Sun Aug 23 13:46:33 2020 +0200 +++ b/OrthancServer/Sources/ServerJobs/OrthancPeerStoreJob.h Sun Aug 23 14:08:59 2020 +0200 @@ -37,6 +37,8 @@ #include "../../../OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.h" #include "../../../OrthancFramework/Sources/HttpClient.h" +#include <stdint.h> + namespace Orthanc {
