Mercurial > hg > orthanc-stone
changeset 1453:2a11bbf7f6b0
trying to fix ubuntu 16.04 build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Jun 2020 10:52:17 +0200 |
parents | 1df1c126fb36 |
children | faaff0a1711e |
files | Framework/Scene2DViewport/LayerHolder.h UnitTestsSources/TestStructureSet.cpp |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Scene2DViewport/LayerHolder.h Tue Jun 02 16:46:12 2020 +0200 +++ b/Framework/Scene2DViewport/LayerHolder.h Sat Jun 06 10:52:17 2020 +0200 @@ -22,9 +22,9 @@ #include "PredeclaredTypes.h" -#include "boost/noncopyable.hpp" -#include "boost/weak_ptr.hpp" -#include "boost/shared_ptr.hpp" +#include <boost/noncopyable.hpp> +#include <boost/weak_ptr.hpp> +#include <boost/shared_ptr.hpp> namespace OrthancStone {
--- a/UnitTestsSources/TestStructureSet.cpp Tue Jun 02 16:46:12 2020 +0200 +++ b/UnitTestsSources/TestStructureSet.cpp Sat Jun 06 10:52:17 2020 +0200 @@ -36,7 +36,8 @@ #include "Framework/Loaders/DicomStructureSetLoader.h" #include "Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h" -#include "boost/date_time/posix_time/posix_time.hpp" +#include <boost/date_time/posix_time/posix_time.hpp> +#include <boost/shared_ptr.hpp> #include <Core/SystemToolbox.h>