Mercurial > hg > orthanc
changeset 6526:81f2cea4ab5f
fix build
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 02 Dec 2025 12:00:10 +0100 |
| parents | ebf563bfe42d |
| children | e0979326ac53 |
| files | OrthancFramework/Sources/MultiThreading/BlockingSharedMessageQueue.h |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/MultiThreading/BlockingSharedMessageQueue.h Tue Dec 02 10:09:49 2025 +0100 +++ b/OrthancFramework/Sources/MultiThreading/BlockingSharedMessageQueue.h Tue Dec 02 12:00:10 2025 +0100 @@ -24,6 +24,7 @@ #pragma once +#include "../Compatibility.h" #include "../IDynamicObject.h" #include <stdint.h>
