changeset 5958:58291c1861c5

fix msvc 2015 build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2025 16:37:20 +0100
parents e068fbad9a36
children 9fa420a3067e
files OrthancServer/Sources/SimpleInstanceOrdering.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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<Instance*>   instances_;
-		bool                     hasDuplicateIndexInSeries_;
+    bool                     hasDuplicateIndexInSeries_;
 
   public:
     SimpleInstanceOrdering(ServerIndex& index,