Mercurial > hg > orthanc-stone
changeset 1454:faaff0a1711e
fix for ubuntu 16.04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Jun 2020 11:04:04 +0200 |
parents | 2a11bbf7f6b0 |
children | 30deba7bc8e2 75ac66d5f4b2 |
files | UnitTestsSources/TestStructureSet.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/TestStructureSet.cpp Sat Jun 06 10:52:17 2020 +0200 +++ b/UnitTestsSources/TestStructureSet.cpp Sat Jun 06 11:04:04 2020 +0200 @@ -37,7 +37,7 @@ #include "Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h" #include <boost/date_time/posix_time/posix_time.hpp> -#include <boost/shared_ptr.hpp> +#include <boost/make_shared.hpp> #include <Core/SystemToolbox.h>