changeset 4497:10357b2f7150

fix build on msvc 2008
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Feb 2021 18:39:22 +0100
parents 9ea70ccf0c21
children 7b99e8bb8246
files OrthancFramework/Sources/FileStorage/IStorageArea.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/IStorageArea.h	Mon Feb 08 18:34:40 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/IStorageArea.h	Mon Feb 08 18:39:22 2021 +0100
@@ -25,8 +25,10 @@
 #include "../IMemoryBuffer.h"
 #include "../Enumerations.h"
 
+#include <stdint.h>
 #include <string>
 
+
 namespace Orthanc
 {
   class IStorageArea : public boost::noncopyable