Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
3686:a79aecf1f9ae | 3687:e6d6f8d23d02 |
---|---|
50 #include "../ServerToolbox.h" | 50 #include "../ServerToolbox.h" |
51 #include "../SliceOrdering.h" | 51 #include "../SliceOrdering.h" |
52 | 52 |
53 #include "../../Plugins/Engine/OrthancPlugins.h" | 53 #include "../../Plugins/Engine/OrthancPlugins.h" |
54 | 54 |
55 // This "include" is mandatory for Release builds using Linux Standard Base | |
56 #include <boost/math/special_functions/round.hpp> | |
57 | |
55 | 58 |
56 namespace Orthanc | 59 namespace Orthanc |
57 { | 60 { |
58 static void AnswerDicomAsJson(RestApiCall& call, | 61 static void AnswerDicomAsJson(RestApiCall& call, |
59 const Json::Value& dicom, | 62 const Json::Value& dicom, |