# HG changeset patch # User Sebastien Jodogne # Date 1612805962 -3600 # Node ID 10357b2f7150bf03bc02db7ecbed1b21e03eb6f1 # Parent 9ea70ccf0c2171d8fa669ffc3be3464a7fca1a31 fix build on msvc 2008 diff -r 9ea70ccf0c21 -r 10357b2f7150 OrthancFramework/Sources/FileStorage/IStorageArea.h --- 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 #include + namespace Orthanc { class IStorageArea : public boost::noncopyable