comparison OrthancFramework/Sources/DicomParsing/DicomModification.h @ 4680:898e8ac8c453

fix build of wsi and stone
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jun 2021 12:23:54 +0200
parents 2e850edf03d6
children e3810750dc9d
comparison
equal deleted inserted replaced
4679:8be4721bd245 4680:898e8ac8c453
22 22
23 #pragma once 23 #pragma once
24 24
25 #include "ParsedDicomFile.h" 25 #include "ParsedDicomFile.h"
26 26
27 #include <list>
28
29
27 namespace Orthanc 30 namespace Orthanc
28 { 31 {
29 class ORTHANC_PUBLIC DicomModification : public boost::noncopyable 32 class ORTHANC_PUBLIC DicomModification : public boost::noncopyable
30 { 33 {
31 /** 34 /**