comparison OrthancFramework/Sources/Logging.h @ 5578:4bd7abdfb9cf

fix msvc 2008 build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 18:05:00 +0200
parents d7eaa568da15
children 5df6d2a8d9f2
comparison
equal deleted inserted replaced
5576:3a6d6d35193c 5578:4bd7abdfb9cf
26 // To have ORTHANC_ENABLE_LOGGING defined if using the shared library 26 // To have ORTHANC_ENABLE_LOGGING defined if using the shared library
27 #include "OrthancFramework.h" 27 #include "OrthancFramework.h"
28 #include "Compatibility.h" 28 #include "Compatibility.h"
29 29
30 #include <iostream> 30 #include <iostream>
31 #include <stdint.h>
31 32
32 #if !defined(ORTHANC_ENABLE_LOGGING) 33 #if !defined(ORTHANC_ENABLE_LOGGING)
33 # error The macro ORTHANC_ENABLE_LOGGING must be defined 34 # error The macro ORTHANC_ENABLE_LOGGING must be defined
34 #endif 35 #endif
35 36