Mercurial > hg > orthanc
changeset 3595:0080c9b492e5
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 Jan 2020 18:02:21 +0100 |
parents | 0654d0838de8 |
children | 0afd3c7d8ad2 |
files | Resources/Patches/dcmtk-dcdict_orthanc.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Patches/dcmtk-dcdict_orthanc.cc Mon Jan 06 17:59:34 2020 +0100 +++ b/Resources/Patches/dcmtk-dcdict_orthanc.cc Mon Jan 06 18:02:21 2020 +0100 @@ -2,7 +2,7 @@ // buffer, which is necessary in sandboxed environments. This is an // adapted version of DcmDataDictionary::loadDictionary(). - +#include <string> #include <boost/noncopyable.hpp> struct OrthancLinesIterator;