# HG changeset patch # User Sebastien Jodogne # Date 1737048887 -3600 # Node ID f82e32e6720887e8fcc3f6a8331cda989cb90bdb # Parent 49d5b3382ff98558c2f33d73023e4e10f7e5df17 fix msvc build diff -r 49d5b3382ff9 -r f82e32e67208 OrthancFramework/Resources/Patches/dcmtk-3.6.9.patch --- a/OrthancFramework/Resources/Patches/dcmtk-3.6.9.patch Thu Jan 16 18:29:48 2025 +0100 +++ b/OrthancFramework/Resources/Patches/dcmtk-3.6.9.patch Thu Jan 16 18:34:47 2025 +0100 @@ -151,6 +151,19 @@ this->setvbuf(NULL, _IOLBF, 0); #else :: setlinebuf(file_); +diff -urEb dcmtk-3.6.9.orig/ofstd/include/dcmtk/ofstd/oftypes.h dcmtk-3.6.9/ofstd/include/dcmtk/ofstd/oftypes.h +--- dcmtk-3.6.9.orig/ofstd/include/dcmtk/ofstd/oftypes.h 2025-01-16 18:04:46.148846202 +0100 ++++ dcmtk-3.6.9/ofstd/include/dcmtk/ofstd/oftypes.h 2025-01-16 18:33:37.935316634 +0100 +@@ -82,7 +82,9 @@ + #ifdef HAVE_STDINT_H + #include + #endif ++#ifdef HAVE_INTTYPES_H + #include ++#endif + END_EXTERN_C + + #include "dcmtk/ofstd/ofstream.h" diff -urEb dcmtk-3.6.9.orig/ofstd/libsrc/ofstub.cc dcmtk-3.6.9/ofstd/libsrc/ofstub.cc --- dcmtk-3.6.9.orig/ofstd/libsrc/ofstub.cc 2025-01-16 18:04:46.148846202 +0100 +++ dcmtk-3.6.9/ofstd/libsrc/ofstub.cc 2025-01-16 18:06:15.963074668 +0100