changeset 650:200f7e1d57d1

Moved RadiographyDicomLayer::SetDicomFrameConverter to cpp file to prevent using an auto_ptr with an incomplete type (because of Microsoft implementation?) because that might lead to the dtor not being called.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 09:48:01 +0200
parents f1bfe3d1759f
children 62f6ff016085
files Framework/Radiography/RadiographySceneReader.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneReader.cpp	Tue May 14 09:46:41 2019 +0200
+++ b/Framework/Radiography/RadiographySceneReader.cpp	Tue May 14 09:48:01 2019 +0200
@@ -21,6 +21,8 @@
 
 #include "RadiographySceneReader.h"
 
+#include <Framework/Toolbox/DicomFrameConverter.h>
+
 #include <Core/Images/FontRegistry.h>
 #include <Core/Images/PngReader.h>
 #include <Core/OrthancException.h>