# HG changeset patch # User Sebastien Jodogne # Date 1737041840 -3600 # Node ID 58291c1861c57033da29a75a2862569e684f40c9 # Parent e068fbad9a36560044884acd0bf4c9c1b705fc08 fix msvc 2015 build diff -r e068fbad9a36 -r 58291c1861c5 OrthancServer/Sources/SimpleInstanceOrdering.h --- a/OrthancServer/Sources/SimpleInstanceOrdering.h Thu Jan 16 15:49:50 2025 +0100 +++ b/OrthancServer/Sources/SimpleInstanceOrdering.h Thu Jan 16 16:37:20 2025 +0100 @@ -24,11 +24,11 @@ #pragma once #include "../../OrthancFramework/Sources/DicomFormat/DicomMap.h" +#include "../../OrthancFramework/Sources/FileStorage/FileInfo.h" namespace Orthanc { class ServerIndex; - class FileInfo; class SimpleInstanceOrdering { @@ -36,7 +36,7 @@ struct Instance; std::vector instances_; - bool hasDuplicateIndexInSeries_; + bool hasDuplicateIndexInSeries_; public: SimpleInstanceOrdering(ServerIndex& index,