# HG changeset patch # User Sebastien Jodogne # Date 1526471486 -7200 # Node ID 7b72061157b1b581ac088cfbe8c827281a2a0cb4 # Parent 23548462c77d0fc4d37a70c4ce70b3b58ec081da fix lsb release diff -r 23548462c77d -r 7b72061157b1 Core/JobsEngine/JobInfo.cpp --- 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 + namespace Orthanc { JobInfo::JobInfo(const std::string& id,