Mercurial > hg > orthanc
diff OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 3687:e6d6f8d23d02
fix linking
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 25 Feb 2020 08:42:00 +0100 |
parents | a79aecf1f9ae |
children | a9ce35d67c3c |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Mon Feb 24 18:09:38 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Tue Feb 25 08:42:00 2020 +0100 @@ -52,6 +52,9 @@ #include "../../Plugins/Engine/OrthancPlugins.h" +// This "include" is mandatory for Release builds using Linux Standard Base +#include <boost/math/special_functions/round.hpp> + namespace Orthanc {