# HG changeset patch # User Sebastien Jodogne # Date 1622888634 -7200 # Node ID 898e8ac8c4534b3feee38cca2feb06a8188e4888 # Parent 8be4721bd2459fa4a2290b61aeb29dd78c706d2e fix build of wsi and stone diff -r 8be4721bd245 -r 898e8ac8c453 OrthancFramework/Sources/DicomParsing/DicomModification.h --- 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 + + namespace Orthanc { class ORTHANC_PUBLIC DicomModification : public boost::noncopyable