Mercurial > hg > orthanc
changeset 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 | 8be4721bd245 |
children | c5528c7847a6 |
files | OrthancFramework/Sources/DicomParsing/DicomModification.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.h Fri Jun 04 17:39:04 2021 +0200 +++ b/OrthancFramework/Sources/DicomParsing/DicomModification.h Sat Jun 05 12:23:54 2021 +0200 @@ -24,6 +24,9 @@ #include "ParsedDicomFile.h" +#include <list> + + namespace Orthanc { class ORTHANC_PUBLIC DicomModification : public boost::noncopyable