Mercurial > hg > orthanc
changeset 6318:c2878b09d2b6
fix uint16_t for win32 builds
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 22 Sep 2025 12:42:52 +0200 |
| parents | 94b94ad90101 |
| children | 9eb77f159b9d |
| files | OrthancFramework/Sources/OrthancException.h |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/OrthancException.h Fri Sep 19 15:09:10 2025 +0200 +++ b/OrthancFramework/Sources/OrthancException.h Mon Sep 22 12:42:52 2025 +0200 @@ -28,6 +28,8 @@ #include "Enumerations.h" #include "OrthancFramework.h" +#include <stdint.h> // For uint16_t + namespace Orthanc { class ORTHANC_PUBLIC OrthancException
