diff Resources/Patches/dcmtk-dcdict_orthanc.cc @ 3595:0080c9b492e5

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:02:21 +0100
parents 0301f59450fe
children
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;