Mercurial > hg > orthanc-stone
changeset 816:1f85e9c7d020
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 May 2019 22:18:41 +0200 |
parents | df442f1ba0c6 |
children | 68f888812af4 |
files | Framework/Loaders/OrthancMultiframeVolumeLoader.cpp Framework/Loaders/OrthancMultiframeVolumeLoader.h |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Loaders/OrthancMultiframeVolumeLoader.cpp Tue May 28 21:59:20 2019 +0200 +++ b/Framework/Loaders/OrthancMultiframeVolumeLoader.cpp Tue May 28 22:18:41 2019 +0200 @@ -21,6 +21,7 @@ #include "OrthancMultiframeVolumeLoader.h" +#include <Core/Endianness.h> #include <Core/Toolbox.h> namespace OrthancStone
--- a/Framework/Loaders/OrthancMultiframeVolumeLoader.h Tue May 28 21:59:20 2019 +0200 +++ b/Framework/Loaders/OrthancMultiframeVolumeLoader.h Tue May 28 22:18:41 2019 +0200 @@ -24,6 +24,8 @@ #include "LoaderStateMachine.h" #include "../Volumes/DicomVolumeImage.h" +#include <boost/shared_ptr.hpp> + namespace OrthancStone { class OrthancMultiframeVolumeLoader :