Mercurial > hg > orthanc
changeset 2593:7b72061157b1 jobs
fix lsb release
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 May 2018 13:51:26 +0200 |
parents | 23548462c77d |
children | 56770d54d13a |
files | Core/JobsEngine/JobInfo.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/JobsEngine/JobInfo.cpp Wed May 16 11:26:29 2018 +0200 +++ b/Core/JobsEngine/JobInfo.cpp Wed May 16 13:51:26 2018 +0200 @@ -36,6 +36,9 @@ #include "../OrthancException.h" +// This "include" is mandatory for Release builds using Linux Standard Base +#include <boost/math/special_functions/round.hpp> + namespace Orthanc { JobInfo::JobInfo(const std::string& id,