comparison OrthancFramework/Sources/Logging.cpp @ 4306:548d77dfb8bc

fix for vs2008
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 18:15:11 +0100
parents 0923247e69f6
children a691916ab535
comparison
equal deleted inserted replaced
4305:8992faf451fc 4306:548d77dfb8bc
23 #include "PrecompiledHeaders.h" 23 #include "PrecompiledHeaders.h"
24 #include "Logging.h" 24 #include "Logging.h"
25 25
26 #include "OrthancException.h" 26 #include "OrthancException.h"
27 27
28 #include <stdint.h>
29
28 30
29 /********************************************************* 31 /*********************************************************
30 * Common section 32 * Common section
31 *********************************************************/ 33 *********************************************************/
32 34