Mercurial > hg > orthanc
changeset 4306:548d77dfb8bc
fix for vs2008
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 06 Nov 2020 18:15:11 +0100 |
parents | 8992faf451fc |
children | 2a9d304b3a82 |
files | OrthancFramework/Sources/Logging.cpp OrthancServer/Resources/RunCppCheck.sh |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/Logging.cpp Fri Nov 06 17:02:42 2020 +0100 +++ b/OrthancFramework/Sources/Logging.cpp Fri Nov 06 18:15:11 2020 +0100 @@ -25,6 +25,8 @@ #include "OrthancException.h" +#include <stdint.h> + /********************************************************* * Common section
--- a/OrthancServer/Resources/RunCppCheck.sh Fri Nov 06 17:02:42 2020 +0100 +++ b/OrthancServer/Resources/RunCppCheck.sh Fri Nov 06 18:15:11 2020 +0100 @@ -15,7 +15,7 @@ nullPointer:../../OrthancFramework/UnitTestsSources/RestApiTests.cpp:309 nullPointerRedundantCheck:../../OrthancFramework/UnitTestsSources/DicomMapTests.cpp stlFindInsert:../../OrthancFramework/Sources/DicomFormat/DicomMap.cpp:1163 -stlFindInsert:../../OrthancServer/Sources/OrthancWebDav.cpp:382 +stlFindInsert:../../OrthancServer/Sources/OrthancWebDav.cpp:383 stlFindInsert:../../OrthancServer/Sources/ServerIndex.cpp:400 syntaxError:../../OrthancFramework/Sources/SQLite/FunctionContext.h:50 syntaxError:../../OrthancFramework/UnitTestsSources/ZipTests.cpp:129